Html Css Color HEX #F8059D Hollywood Cerise

📋 copy color: '#F8059D'

red 248 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #F8059D

Tints of Hollywood Cerise #F8059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 60.49%
G = 1.22%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8059D (or 0xF8059D) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 9D. RGB value is (248,5,157). Sum of RGB (Red+Green+Blue) = 248+5+157=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8059D is #07FA62. Grayscale: #5E5E5E. Windows color (decimal): -522851 or 10290680. OLE color: 10290680.

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

Color convert

RGB 248 5 157 -
CMYK 0 0.98 0.37 0.03
HSL 322.47º 0.96% 0.5% -
HSV(B) 322.47º 0.98% 0.97% -
XYZ 44.85 22.5 33.88 -
YUV 94.99 163.01 237.14 -
System Red Green Blue C M Y K H S L
Decimal 248 5 157 0 0.98 0.37 0.03 322.47 0.96 0.5
Hex F8 5 9D 0 62 25 3 142 60 32
Octal 370 5 235 0 142 45 3 502 140 62
Binary 11111000 101 10011101 0 1100010 100101 11 101000010 1100000 110010

Color Harmonies of #F8059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8059D

Black with #F8059D

Text Example


Text Example

White with #F8059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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