Html Css Color HEX #F50096 Hollywood Cerise

📋 copy color: '#F50096'

red 245 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #F50096

Tints of Hollywood Cerise #F50096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 62.03%
G = 0%
B = 37.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F50096 (or 0xF50096) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 96. RGB value is (245,0,150). Sum of RGB (Red+Green+Blue) = 245+0+150=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50096 is #0AFF69. Grayscale: #5A5A5A. Windows color (decimal): -720746 or 9830645. OLE color: 9830645.

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

Color convert

RGB 245 0 150 -
CMYK 0 1 0.39 0.04
HSL 323.27º 1% 0.48% -
HSV(B) 323.27º 1% 0.96% -
XYZ 43.16 21.61 30.75 -
YUV 90.36 161.67 238.3 -
System Red Green Blue C M Y K H S L
Decimal 245 0 150 0 1 0.39 0.04 323.27 1 0.48
Hex F5 0 96 0 64 27 4 143 64 30
Octal 365 0 226 0 144 47 4 503 144 60
Binary 11110101 0 10010110 0 1100100 100111 100 101000011 1100100 110000

Color Harmonies of #F50096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50096

Black with #F50096

Text Example


Text Example

White with #F50096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50096; }

 p { color: rgb(245,0,150); }

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

background-color css

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

 a { background-color: rgb(245,0,150); }

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

border-color css

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

 span { border-color: rgb(245,0,150); }

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