Html Css Color HEX #F8009D Hollywood Cerise

📋 copy color: '#F8009D'

red 248 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #F8009D

Tints of Hollywood Cerise #F8009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.23%
G = 0%
B = 38.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F8009D (or 0xF8009D) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 9D. RGB value is (248,0,157). Sum of RGB (Red+Green+Blue) = 248+0+157=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8009D is #07FF62. Grayscale: #5B5B5B. Windows color (decimal): -524131 or 10289400. OLE color: 10289400.

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

Color convert

RGB 248 0 157 -
CMYK 0 1 0.37 0.03
HSL 322.02º 1% 0.49% -
HSV(B) 322.02º 1% 0.97% -
XYZ 44.8 22.39 33.86 -
YUV 92.05 164.66 239.23 -
System Red Green Blue C M Y K H S L
Decimal 248 0 157 0 1 0.37 0.03 322.02 1 0.49
Hex F8 0 9D 0 64 25 3 142 64 31
Octal 370 0 235 0 144 45 3 502 144 61
Binary 11111000 0 10011101 0 1100100 100101 11 101000010 1100100 110001

Color Harmonies of #F8009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8009D

Black with #F8009D

Text Example


Text Example

White with #F8009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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