Html Css Color HEX #F80395 Hollywood Cerise

📋 copy color: '#F80395'

red 248 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #F80395

Tints of Hollywood Cerise #F80395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 62%
G = 0.75%
B = 37.25%

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

#F80395 (or 0xF80395) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 95. RGB value is (248,3,149). Sum of RGB (Red+Green+Blue) = 248+3+149=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80395 is #07FC6A. Grayscale: #5C5C5C. Windows color (decimal): -523371 or 9765880. OLE color: 9765880.

HSL color Cylindrical-coordinate representation of color #F80395: hue angle of 324.24º 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 #F80395 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 3 149 -
CMYK 0 0.99 0.40 0.03
HSL 324.24º 0.98% 0.49% -
HSV(B) 324.24º 0.99% 0.97% -
XYZ 44.17 22.19 30.39 -
YUV 92.9 159.67 238.63 -
System Red Green Blue C M Y K H S L
Decimal 248 3 149 0 0.99 0.40 0.03 324.24 0.98 0.49
Hex F8 3 95 0 63 28 3 144 62 31
Octal 370 3 225 0 143 50 3 504 142 61
Binary 11111000 11 10010101 0 1100011 101000 11 101000100 1100010 110001

Color Harmonies of #F80395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80395

Black with #F80395

Text Example


Text Example

White with #F80395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80395; }

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

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

background-color css

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

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

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

border-color css

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

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

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