#F55CA0

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

Shades of Brilliant Rose #F55CA0

Tints of Brilliant Rose #F55CA0

Color information

#F55CA0 (or 0xF55CA0) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5C and A0. RGB value is (245,92,160). Sum of RGB (Red+Green+Blue) = 245+92+160=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55CA0 is #0AA35F. Grayscale: #919191. Windows color (decimal): -697184 or 10509557. OLE color: 10509557.

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

Color convert

RGB24592160-
CMYK00.620.350.04
HSL333.33º88.44%66.08%-
HSV(B)333.33º62.45%96.08%-
XYZ47.8329.636.45-
YUV145.5136.19198.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=49.30%
G=18.51%
B=32.19%

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
Decimal2459216000.620.350.04333.3388.4466.08
HexF55CA003E23414d5842
Octal365134240076434515130102
Binary11110101101110010100000011111010001110010100110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55CA0; }

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

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

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

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

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

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

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

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