Html Css Color HEX #F8009E Hollywood Cerise

📋 copy color: '#F8009E'

red 248 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #F8009E

Tints of Hollywood Cerise #F8009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 61.08%
G = 0%
B = 38.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8009E (or 0xF8009E) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 9E. RGB value is (248,0,158). Sum of RGB (Red+Green+Blue) = 248+0+158=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8009E is #07FF61. Grayscale: #5B5B5B. Windows color (decimal): -524130 or 10354936. OLE color: 10354936.

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

Color convert

RGB 248 0 158 -
CMYK 0 1 0.36 0.03
HSL 321.77º 1% 0.49% -
HSV(B) 321.77º 1% 0.97% -
XYZ 44.88 22.43 34.31 -
YUV 92.16 165.16 239.15 -
System Red Green Blue C M Y K H S L
Decimal 248 0 158 0 1 0.36 0.03 321.77 1 0.49
Hex F8 0 9E 0 64 24 3 142 64 31
Octal 370 0 236 0 144 44 3 502 144 61
Binary 11111000 0 10011110 0 1100100 100100 11 101000010 1100100 110001

Color Harmonies of #F8009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8009E

Black with #F8009E

Text Example


Text Example

White with #F8009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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