#FF56B2

Color #FF56B2 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF56B2

Tints of Brilliant Rose #FF56B2

Color information

#FF56B2 (or 0xFF56B2) is unknown color: approx Brilliant Rose. HEX triplet: FF, 56 and B2. RGB value is (255,86,178). Sum of RGB (Red+Green+Blue) = 255+86+178=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF56B2 is #00A94D. Grayscale: #929292. Windows color (decimal): -43342 or 11687679. OLE color: 11687679.

HSL color Cylindrical-coordinate representation of color #FF56B2: hue angle of 327.34º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56B2 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB25586178-
CMYK00.660.300
HSL327.34º100%66.86%-
HSV(B)327.34º66.27%100%-
XYZ52.631.1345.36-
YUV147.02145.49205.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 86 (33.98% from 255) = 16.57%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=49.13%
G=16.57%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558617800.660.300327.3410066.86
HexFF56B20421E01476443
Octal3771262620102360507144103
Binary111111111010110101100100100001011110010100011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56B2; }

 p { color: rgb(255,86,178); }

 H1.HeaderClassName
 {
   color: #FF56B2;
 }
 .AnyTagClassName
 {
   color: #FF56B2;
 }
</style>
background-color css

<style>
 a { background-color: #FF56B2; }

 a { background-color: rgb(255,86,178); }

 div.DivClassName
 {
   background-color: #FF56B2;
 }
 .BgClassName
 {
   background-color: #FF56B2;
 }
</style>
border-color css

<style>
 span { border-color: #FF56B2; }

 span { border-color: rgb(255,86,178); }

 td.TdClassName
 {
   border-color: #FF56B2;
 }
 .TagClassName
 {
   border-color: #FF56B2;
 }
</style>