#F55997

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

Shades of Brilliant Rose #F55997

Tints of Brilliant Rose #F55997

Color information

#F55997 (or 0xF55997) is unknown color: approx Brilliant Rose. HEX triplet: F5, 59 and 97. RGB value is (245,89,151). Sum of RGB (Red+Green+Blue) = 245+89+151=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F55997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55997 is #0AA668. Grayscale: #8E8E8E. Windows color (decimal): -697961 or 9918965. OLE color: 9918965.

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

Color convert

RGB24589151-
CMYK00.640.380.04
HSL336.15º88.64%65.49%-
HSV(B)336.15º63.67%96.08%-
XYZ46.8128.7932.37-
YUV142.71132.68200.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 89 (35.16% from 255) = 18.35%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=50.52%
G=18.35%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458915100.640.380.04336.1588.6465.49
HexF559970402641505941
Octal3651312270100464520131101
Binary111101011011001100101110100000010011010010101000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55997; }

 p { color: rgb(245,89,151); }

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

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

 a { background-color: rgb(245,89,151); }

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

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

 span { border-color: rgb(245,89,151); }

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