#F55797

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

Shades of Brilliant Rose #F55797

Tints of Brilliant Rose #F55797

Color information

#F55797 (or 0xF55797) is unknown color: approx Brilliant Rose. HEX triplet: F5, 57 and 97. RGB value is (245,87,151). Sum of RGB (Red+Green+Blue) = 245+87+151=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F55797 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55797 is #0AA868. Grayscale: #8D8D8D. Windows color (decimal): -698473 or 9918453. OLE color: 9918453.

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

Color convert

RGB24587151-
CMYK00.640.380.04
HSL335.7º88.76%65.1%-
HSV(B)335.7º64.49%96.08%-
XYZ46.6528.4632.31-
YUV141.54133.35201.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=50.72%
G=18.01%
B=31.26%

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
Decimal2458715100.640.380.04335.788.7665.1
HexF557970402641505941
Octal3651272270100464520131101
Binary111101011010111100101110100000010011010010101000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55797; }

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

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

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

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

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

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

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

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