Html Css Color HEX #F80594 Hollywood Cerise

📋 copy color: '#F80594'

red 248 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #F80594

Tints of Hollywood Cerise #F80594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 61.85%
G = 1.25%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80594 (or 0xF80594) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 94. RGB value is (248,5,148). Sum of RGB (Red+Green+Blue) = 248+5+148=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80594 is #07FA6B. Grayscale: #5D5D5D. Windows color (decimal): -522860 or 9700856. OLE color: 9700856.

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

Color convert

RGB 248 5 148 -
CMYK 0 0.98 0.40 0.03
HSL 324.69º 0.96% 0.5% -
HSV(B) 324.69º 0.98% 0.97% -
XYZ 44.11 22.2 29.98 -
YUV 93.96 158.51 237.87 -
System Red Green Blue C M Y K H S L
Decimal 248 5 148 0 0.98 0.40 0.03 324.69 0.96 0.5
Hex F8 5 94 0 62 28 3 145 60 32
Octal 370 5 224 0 142 50 3 505 140 62
Binary 11111000 101 10010100 0 1100010 101000 11 101000101 1100000 110010

Color Harmonies of #F80594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80594

Black with #F80594

Text Example


Text Example

White with #F80594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80594; }

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

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

background-color css

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

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

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

border-color css

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

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

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