Html Css Color HEX #F80396 Hollywood Cerise

📋 copy color: '#F80396'

red 248 ◦ green 3 ◦ blue 150

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

Shades of Hollywood Cerise #F80396

Tints of Hollywood Cerise #F80396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 61.85%
G = 0.75%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80396 (or 0xF80396) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 96. RGB value is (248,3,150). Sum of RGB (Red+Green+Blue) = 248+3+150=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80396 is #07FC69. Grayscale: #5C5C5C. Windows color (decimal): -523370 or 9831416. OLE color: 9831416.

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

Color convert

RGB 248 3 150 -
CMYK 0 0.99 0.40 0.03
HSL 324º 0.98% 0.49% -
HSV(B) 324º 0.99% 0.97% -
XYZ 44.25 22.22 30.81 -
YUV 93.01 160.17 238.55 -
System Red Green Blue C M Y K H S L
Decimal 248 3 150 0 0.99 0.40 0.03 324 0.98 0.49
Hex F8 3 96 0 63 28 3 144 62 31
Octal 370 3 226 0 143 50 3 504 142 61
Binary 11111000 11 10010110 0 1100011 101000 11 101000100 1100010 110001

Color Harmonies of #F80396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80396

Black with #F80396

Text Example


Text Example

White with #F80396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80396; }

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

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

background-color css

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

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

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

border-color css

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

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

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