#F55E9E

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

Shades of Brilliant Rose #F55E9E

Tints of Brilliant Rose #F55E9E

Color information

#F55E9E (or 0xF55E9E) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5E and 9E. RGB value is (245,94,158). Sum of RGB (Red+Green+Blue) = 245+94+158=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55E9E is #0AA161. Grayscale: #929292. Windows color (decimal): -696674 or 10378997. OLE color: 10378997.

HSL color Cylindrical-coordinate representation of color #F55E9E: hue angle of 334.57º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55E9E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24594158-
CMYK00.620.360.04
HSL334.57º88.3%66.47%-
HSV(B)334.57º61.63%96.08%-
XYZ47.8329.8935.6-
YUV146.44134.53198.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=49.30%
G=18.91%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459415800.620.360.04334.5788.366.47
HexF55E9E03E24414f5842
Octal365136236076444517130102
Binary11110101101111010011110011111010010010010100111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E9E; }

 p { color: rgb(245,94,158); }

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

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

 a { background-color: rgb(245,94,158); }

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

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

 span { border-color: rgb(245,94,158); }

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