Html Css Color HEX #F50A97 Hollywood Cerise

📋 copy color: '#F50A97'

red 245 ◦ green 10 ◦ blue 151

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

Shades of Hollywood Cerise #F50A97

Tints of Hollywood Cerise #F50A97

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

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

R = 60.34%
G = 2.46%
B = 37.19%

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

#F50A97 (or 0xF50A97) is known color: Hollywood Cerise. HEX triplet: F5, 0A and 97. RGB value is (245,10,151). Sum of RGB (Red+Green+Blue) = 245+10+151=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50A97 is #0AF568. Grayscale: #606060. Windows color (decimal): -718185 or 9898741. OLE color: 9898741.

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

Color convert

RGB 245 10 151 -
CMYK 0 0.96 0.38 0.04
HSL 324º 0.92% 0.5% -
HSV(B) 324º 0.96% 0.96% -
XYZ 43.35 21.86 31.21 -
YUV 96.34 158.86 234.04 -
System Red Green Blue C M Y K H S L
Decimal 245 10 151 0 0.96 0.38 0.04 324 0.92 0.5
Hex F5 A 97 0 60 26 4 144 5C 32
Octal 365 12 227 0 140 46 4 504 134 62
Binary 11110101 1010 10010111 0 1100000 100110 100 101000100 1011100 110010

Color Harmonies of #F50A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50A97

Black with #F50A97

Text Example


Text Example

White with #F50A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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