#F5589C

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

Shades of Brilliant Rose #F5589C

Tints of Brilliant Rose #F5589C

Color information

#F5589C (or 0xF5589C) is unknown color: approx Brilliant Rose. HEX triplet: F5, 58 and 9C. RGB value is (245,88,156). Sum of RGB (Red+Green+Blue) = 245+88+156=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5589C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5589C is #0AA763. Grayscale: #8E8E8E. Windows color (decimal): -698212 or 10246389. OLE color: 10246389.

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

Color convert

RGB24588156-
CMYK00.640.360.04
HSL334.01º88.7%65.29%-
HSV(B)334.01º64.08%96.08%-
XYZ47.1528.7934.53-
YUV142.7135.51200.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 88 (34.77% from 255) = 18.00%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=50.10%
G=18.00%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458815600.640.360.04334.0188.765.29
HexF5589C04024414e5941
Octal3651302340100444516131101
Binary111101011011000100111000100000010010010010100111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5589C; }

 p { color: rgb(245,88,156); }

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

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

 a { background-color: rgb(245,88,156); }

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

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

 span { border-color: rgb(245,88,156); }

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