Html Css Color HEX #F80194 Hollywood Cerise

📋 copy color: '#F80194'

red 248 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #F80194

Tints of Hollywood Cerise #F80194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 62.47%
G = 0.25%
B = 37.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80194 (or 0xF80194) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 94. RGB value is (248,1,148). Sum of RGB (Red+Green+Blue) = 248+1+148=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F80194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80194 is #07FE6B. Grayscale: #5B5B5B. Windows color (decimal): -523884 or 9699832. OLE color: 9699832.

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

Color convert

RGB 248 1 148 -
CMYK 0 1.00 0.40 0.03
HSL 324.29º 0.99% 0.49% -
HSV(B) 324.29º 1% 0.97% -
XYZ 44.07 22.12 29.96 -
YUV 91.61 159.83 239.55 -
System Red Green Blue C M Y K H S L
Decimal 248 1 148 0 1.00 0.40 0.03 324.29 0.99 0.49
Hex F8 1 94 0 64 28 3 144 63 31
Octal 370 1 224 0 144 50 3 504 143 61
Binary 11111000 1 10010100 0 1100100 101000 11 101000100 1100011 110001

Color Harmonies of #F80194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80194

Black with #F80194

Text Example


Text Example

White with #F80194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80194; }

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

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

background-color css

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

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

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

border-color css

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

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

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