Html Css Color HEX #F80596 Hollywood Cerise

📋 copy color: '#F80596'

red 248 ◦ green 5 ◦ blue 150

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

Shades of Hollywood Cerise #F80596

Tints of Hollywood Cerise #F80596

RGB

 RED value IS 248 (97.27% from 255) = 61.54%

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 61.54%
G = 1.24%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80596 (or 0xF80596) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 96. RGB value is (248,5,150). Sum of RGB (Red+Green+Blue) = 248+5+150=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F80596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80596 is #07FA69. Grayscale: #5D5D5D. Windows color (decimal): -522858 or 9831928. OLE color: 9831928.

HSL color Cylindrical-coordinate representation of color #F80596: hue angle of 324.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80596 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 150 -
CMYK 0 0.98 0.40 0.03
HSL 324.2º 0.96% 0.5% -
HSV(B) 324.2º 0.98% 0.97% -
XYZ 44.27 22.27 30.82 -
YUV 94.19 159.51 237.71 -
System Red Green Blue C M Y K H S L
Decimal 248 5 150 0 0.98 0.40 0.03 324.2 0.96 0.5
Hex F8 5 96 0 62 28 3 144 60 32
Octal 370 5 226 0 142 50 3 504 140 62
Binary 11111000 101 10010110 0 1100010 101000 11 101000100 1100000 110010

Color Harmonies of #F80596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80596

Black with #F80596

Text Example


Text Example

White with #F80596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80596; }

 p { color: rgb(248,5,150); }

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

background-color css

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

 a { background-color: rgb(248,5,150); }

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

border-color css

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

 span { border-color: rgb(248,5,150); }

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