Html Css Color HEX #F5609C Brilliant Rose

📋 copy color: '#F5609C'

red 245 ◦ green 96 ◦ blue 156

#F5609C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F5609C

Tints of Brilliant Rose #F5609C

RGB

 RED value IS 245 (96.09% from 255) = 49.3%

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 49.3%
G = 19.32%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5609C (or 0xF5609C) is known color: 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

RGB 245 96 156 -
CMYK 0 0.61 0.36 0.04
HSL 335.84º 0.88% 0.67% -
HSV(B) 335.84º 0.61% 0.96% -
XYZ 47.84 30.18 34.76 -
YUV 147.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 245 96 156 0 0.61 0.36 0.04 335.84 0.88 0.67
Hex F5 60 9C 0 3D 24 4 150 58 43
Octal 365 140 234 0 75 44 4 520 130 103
Binary 11110101 1100000 10011100 0 111101 100100 100 101010000 1011000 1000011

Color Harmonies of #F5609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5609C

Black with #F5609C

Text Example


Text Example

White with #F5609C

Text Example


Text Example

HTML Codes & Css Web 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>