Html Css Color HEX #F80198 Hollywood Cerise

📋 copy color: '#F80198'

red 248 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #F80198

Tints of Hollywood Cerise #F80198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 61.85%
G = 0.25%
B = 37.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F80198 (or 0xF80198) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 98. RGB value is (248,1,152). Sum of RGB (Red+Green+Blue) = 248+1+152=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80198 is #07FE67. Grayscale: #5B5B5B. Windows color (decimal): -523880 or 9961976. OLE color: 9961976.

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

Color convert

RGB 248 1 152 -
CMYK 0 1.00 0.39 0.03
HSL 323.32º 0.99% 0.49% -
HSV(B) 323.32º 1% 0.97% -
XYZ 44.39 22.25 31.66 -
YUV 92.07 161.83 239.22 -
System Red Green Blue C M Y K H S L
Decimal 248 1 152 0 1.00 0.39 0.03 323.32 0.99 0.49
Hex F8 1 98 0 64 27 3 143 63 31
Octal 370 1 230 0 144 47 3 503 143 61
Binary 11111000 1 10011000 0 1100100 100111 11 101000011 1100011 110001

Color Harmonies of #F80198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80198

Black with #F80198

Text Example


Text Example

White with #F80198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80198; }

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

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

background-color css

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

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

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

border-color css

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

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

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