Html Css Color HEX #F80193 Hollywood Cerise

📋 copy color: '#F80193'

red 248 ◦ green 1 ◦ blue 147

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

Shades of Hollywood Cerise #F80193

Tints of Hollywood Cerise #F80193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 62.63%
G = 0.25%
B = 37.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F80193 (or 0xF80193) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 93. RGB value is (248,1,147). Sum of RGB (Red+Green+Blue) = 248+1+147=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F80193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80193 is #07FE6C. Grayscale: #5B5B5B. Windows color (decimal): -523885 or 9634296. OLE color: 9634296.

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

Color convert

RGB 248 1 147 -
CMYK 0 1.00 0.41 0.03
HSL 324.53º 0.99% 0.49% -
HSV(B) 324.53º 1% 0.97% -
XYZ 43.99 22.08 29.55 -
YUV 91.5 159.33 239.63 -
System Red Green Blue C M Y K H S L
Decimal 248 1 147 0 1.00 0.41 0.03 324.53 0.99 0.49
Hex F8 1 93 0 64 29 3 145 63 31
Octal 370 1 223 0 144 51 3 505 143 61
Binary 11111000 1 10010011 0 1100100 101001 11 101000101 1100011 110001

Color Harmonies of #F80193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80193

Black with #F80193

Text Example


Text Example

White with #F80193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80193; }

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

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

background-color css

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

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

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

border-color css

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

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

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