#F5609C

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

Shades of Brilliant Rose #F5609C

Tints of Brilliant Rose #F5609C

Color information

#F5609C (or 0xF5609C) is unknown color: approx Brilliant Rose. HEX triplet: F5, 60 and 9C. RGB value is (245,96,156). Sum of RGB (Red+Green+Blue) = 245+96+156=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5609C is #0A9F63. Grayscale: #939393. Windows color (decimal): -696164 or 10248437. OLE color: 10248437.

HSL color Cylindrical-coordinate representation of color #F5609C: hue angle of 335.84º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5609C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24596156-
CMYK00.610.360.04
HSL335.84º88.17%66.86%-
HSV(B)335.84º60.82%96.08%-
XYZ47.8430.1834.76-
YUV147.39132.86197.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=49.30%
G=19.32%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459615600.610.360.04335.8488.1766.86
HexF5609C03D2441505843
Octal365140234075444520130103
Binary11110101110000010011100011110110010010010101000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5609C; }

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

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

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

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

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

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

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

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