Html Css Color HEX #F50997 Hollywood Cerise

📋 copy color: '#F50997'

red 245 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #F50997

Tints of Hollywood Cerise #F50997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 60.49%
G = 2.22%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F50997 (or 0xF50997) is known color: Hollywood Cerise. HEX triplet: F5, 09 and 97. RGB value is (245,9,151). Sum of RGB (Red+Green+Blue) = 245+9+151=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F50997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50997 is #0AF668. Grayscale: #5F5F5F. Windows color (decimal): -718441 or 9898485. OLE color: 9898485.

HSL color Cylindrical-coordinate representation of color #F50997: hue angle of 323.9º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50997 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 151 -
CMYK 0 0.96 0.38 0.04
HSL 323.9º 0.93% 0.5% -
HSV(B) 323.9º 0.96% 0.96% -
XYZ 43.34 21.84 31.21 -
YUV 95.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 245 9 151 0 0.96 0.38 0.04 323.9 0.93 0.5
Hex F5 9 97 0 60 26 4 144 5D 32
Octal 365 11 227 0 140 46 4 504 135 62
Binary 11110101 1001 10010111 0 1100000 100110 100 101000100 1011101 110010

Color Harmonies of #F50997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50997

Black with #F50997

Text Example


Text Example

White with #F50997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50997; }

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

 H1.HeaderClassName
 {
   color: #F50997;
 }
 .AnyTagClassName
 {
   color: #F50997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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