#F55499

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

Shades of Brilliant Rose #F55499

Tints of Brilliant Rose #F55499

Color information

#F55499 (or 0xF55499) is unknown color: approx Brilliant Rose. HEX triplet: F5, 54 and 99. RGB value is (245,84,153). Sum of RGB (Red+Green+Blue) = 245+84+153=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55499 is #0AAB66. Grayscale: #8B8B8B. Windows color (decimal): -699239 or 10048757. OLE color: 10048757.

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

Color convert

RGB24584153-
CMYK00.660.380.04
HSL334.29º88.95%64.51%-
HSV(B)334.29º65.71%96.08%-
XYZ46.5828.0533.1-
YUV140135.34202.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.83%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=50.83%
G=17.43%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458415300.660.380.04334.2988.9564.51
HexF5549904226414e5941
Octal3651242310102464516131101
Binary111101011010100100110010100001010011010010100111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55499; }

 p { color: rgb(245,84,153); }

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

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

 a { background-color: rgb(245,84,153); }

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

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

 span { border-color: rgb(245,84,153); }

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