#F55C9F

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

Shades of Brilliant Rose #F55C9F

Tints of Brilliant Rose #F55C9F

Color information

#F55C9F (or 0xF55C9F) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5C and 9F. RGB value is (245,92,159). Sum of RGB (Red+Green+Blue) = 245+92+159=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C9F is #0AA360. Grayscale: #919191. Windows color (decimal): -697185 or 10444021. OLE color: 10444021.

HSL color Cylindrical-coordinate representation of color #F55C9F: hue angle of 333.73º 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 #F55C9F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24592159-
CMYK00.620.350.04
HSL333.73º88.44%66.08%-
HSV(B)333.73º62.45%96.08%-
XYZ47.7429.5735.99-
YUV145.38135.69199.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 92 (36.33% from 255) = 18.55%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=49.40%
G=18.55%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459215900.620.350.04333.7388.4466.08
HexF55C9F03E23414e5842
Octal365134237076434516130102
Binary11110101101110010011111011111010001110010100111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C9F; }

 p { color: rgb(245,92,159); }

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

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

 a { background-color: rgb(245,92,159); }

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

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

 span { border-color: rgb(245,92,159); }

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