#FB5E9C

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

Shades of Brilliant Rose #FB5E9C

Tints of Brilliant Rose #FB5E9C

Color information

#FB5E9C (or 0xFB5E9C) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5E and 9C. RGB value is (251,94,156). Sum of RGB (Red+Green+Blue) = 251+94+156=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E9C is #04A163. Grayscale: #939393. Windows color (decimal): -303460 or 10247931. OLE color: 10247931.

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

Color convert

RGB25194156-
CMYK00.630.380.02
HSL336.31º95.15%67.65%-
HSV(B)336.31º62.55%98.43%-
XYZ49.7930.9134.8-
YUV148.01132.51201.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 94 (37.11% from 255) = 18.76%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=50.10%
G=18.76%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519415600.630.380.02336.3195.1567.65
HexFB5E9C03F2621505f44
Octal373136234077462520137104
Binary1111101110111101001110001111111001101010101000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5E9C; }

 p { color: rgb(251,94,156); }

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

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

 a { background-color: rgb(251,94,156); }

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

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

 span { border-color: rgb(251,94,156); }

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