#F55799

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

Shades of Brilliant Rose #F55799

Tints of Brilliant Rose #F55799

Color information

#F55799 (or 0xF55799) is unknown color: approx Brilliant Rose. HEX triplet: F5, 57 and 99. RGB value is (245,87,153). Sum of RGB (Red+Green+Blue) = 245+87+153=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F55799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55799 is #0AA866. Grayscale: #8D8D8D. Windows color (decimal): -698471 or 10049525. OLE color: 10049525.

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

Color convert

RGB24587153-
CMYK00.640.380.04
HSL334.94º88.76%65.1%-
HSV(B)334.94º64.49%96.08%-
XYZ46.8128.5333.18-
YUV141.77134.35201.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=50.52%
G=17.94%
B=31.55%

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
Decimal2458715300.640.380.04334.9488.7665.1
HexF5579904026414f5941
Octal3651272310100464517131101
Binary111101011010111100110010100000010011010010100111110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55799; }

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

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

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

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

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

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

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

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