Html Css Color HEX #F80293 Hollywood Cerise

📋 copy color: '#F80293'

red 248 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #F80293

Tints of Hollywood Cerise #F80293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 62.47%
G = 0.5%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F80293 (or 0xF80293) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 93. RGB value is (248,2,147). Sum of RGB (Red+Green+Blue) = 248+2+147=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F80293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80293 is #07FD6C. Grayscale: #5B5B5B. Windows color (decimal): -523629 or 9634552. OLE color: 9634552.

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

Color convert

RGB 248 2 147 -
CMYK 0 0.99 0.41 0.03
HSL 324.63º 0.98% 0.49% -
HSV(B) 324.63º 0.99% 0.97% -
XYZ 44 22.11 29.55 -
YUV 92.08 159 239.21 -
System Red Green Blue C M Y K H S L
Decimal 248 2 147 0 0.99 0.41 0.03 324.63 0.98 0.49
Hex F8 2 93 0 63 29 3 145 62 31
Octal 370 2 223 0 143 51 3 505 142 61
Binary 11111000 10 10010011 0 1100011 101001 11 101000101 1100010 110001

Color Harmonies of #F80293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80293

Black with #F80293

Text Example


Text Example

White with #F80293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80293; }

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

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

background-color css

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

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

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

border-color css

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

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

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