Html Css Color HEX #F80398 Hollywood Cerise

📋 copy color: '#F80398'

red 248 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #F80398

Tints of Hollywood Cerise #F80398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 61.54%
G = 0.74%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F80398 (or 0xF80398) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 98. RGB value is (248,3,152). Sum of RGB (Red+Green+Blue) = 248+3+152=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F80398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80398 is #07FC67. Grayscale: #5C5C5C. Windows color (decimal): -523368 or 9962488. OLE color: 9962488.

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

Color convert

RGB 248 3 152 -
CMYK 0 0.99 0.39 0.03
HSL 323.51º 0.98% 0.49% -
HSV(B) 323.51º 0.99% 0.97% -
XYZ 44.41 22.29 31.67 -
YUV 93.24 161.17 238.38 -
System Red Green Blue C M Y K H S L
Decimal 248 3 152 0 0.99 0.39 0.03 323.51 0.98 0.49
Hex F8 3 98 0 63 27 3 144 62 31
Octal 370 3 230 0 143 47 3 504 142 61
Binary 11111000 11 10011000 0 1100011 100111 11 101000100 1100010 110001

Color Harmonies of #F80398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80398

Black with #F80398

Text Example


Text Example

White with #F80398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80398; }

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

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

background-color css

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

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

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

border-color css

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

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

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