Html Css Color HEX #F80492 Hollywood Cerise

📋 copy color: '#F80492'

red 248 ◦ green 4 ◦ blue 146

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

Shades of Hollywood Cerise #F80492

Tints of Hollywood Cerise #F80492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 62.31%
G = 1.01%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F80492 (or 0xF80492) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 92. RGB value is (248,4,146). Sum of RGB (Red+Green+Blue) = 248+4+146=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80492 is #07FB6D. Grayscale: #5C5C5C. Windows color (decimal): -523118 or 9569528. OLE color: 9569528.

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

Color convert

RGB 248 4 146 -
CMYK 0 0.98 0.41 0.03
HSL 325.08º 0.97% 0.49% -
HSV(B) 325.08º 0.98% 0.97% -
XYZ 43.94 22.12 29.15 -
YUV 93.14 157.84 238.45 -
System Red Green Blue C M Y K H S L
Decimal 248 4 146 0 0.98 0.41 0.03 325.08 0.97 0.49
Hex F8 4 92 0 62 29 3 145 61 31
Octal 370 4 222 0 142 51 3 505 141 61
Binary 11111000 100 10010010 0 1100010 101001 11 101000101 1100001 110001

Color Harmonies of #F80492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80492

Black with #F80492

Text Example


Text Example

White with #F80492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80492; }

 p { color: rgb(248,4,146); }

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

background-color css

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

 a { background-color: rgb(248,4,146); }

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

border-color css

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

 span { border-color: rgb(248,4,146); }

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