#FB51A9

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

Shades of Brilliant Rose #FB51A9

Tints of Brilliant Rose #FB51A9

Color information

#FB51A9 (or 0xFB51A9) is unknown color: approx Brilliant Rose. HEX triplet: FB, 51 and A9. RGB value is (251,81,169). Sum of RGB (Red+Green+Blue) = 251+81+169=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB51A9 is #04AE56. Grayscale: #8D8D8D. Windows color (decimal): -306775 or 11096571. OLE color: 11096571.

HSL color Cylindrical-coordinate representation of color #FB51A9: hue angle of 328.94º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51A9 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB25181169-
CMYK00.680.330.02
HSL328.94º95.51%65.1%-
HSV(B)328.94º67.73%98.43%-
XYZ49.8929.2640.55-
YUV141.86143.32205.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=50.10%
G=16.17%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518116900.680.330.02328.9495.5165.1
HexFB51A90442121496041
Octal3731212510104412511140101
Binary11111011101000110101001010001001000011010100100111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB51A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB51A9; }

 p { color: rgb(251,81,169); }

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

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

 a { background-color: rgb(251,81,169); }

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

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

 span { border-color: rgb(251,81,169); }

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