#F55C96

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

Shades of Brilliant Rose #F55C96

Tints of Brilliant Rose #F55C96

Color information

#F55C96 (or 0xF55C96) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5C and 96. RGB value is (245,92,150). Sum of RGB (Red+Green+Blue) = 245+92+150=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55C96 is #0AA369. Grayscale: #909090. Windows color (decimal): -697194 or 9854197. OLE color: 9854197.

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

Color convert

RGB24592150-
CMYK00.620.390.04
HSL337.25º88.44%66.08%-
HSV(B)337.25º62.45%96.08%-
XYZ46.9929.2732.03-
YUV144.36131.19199.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=50.31%
G=18.89%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459215000.620.390.04337.2588.4466.08
HexF55C9603E2741515842
Octal365134226076474521130102
Binary11110101101110010010110011111010011110010101000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C96; }

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

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

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

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

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

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

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

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