Html Css Color HEX #F8009A Hollywood Cerise

📋 copy color: '#F8009A'

red 248 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #F8009A

Tints of Hollywood Cerise #F8009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 61.69%
G = 0%
B = 38.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8009A (or 0xF8009A) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 9A. RGB value is (248,0,154). Sum of RGB (Red+Green+Blue) = 248+0+154=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F8009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8009A is #07FF65. Grayscale: #5B5B5B. Windows color (decimal): -524134 or 10092792. OLE color: 10092792.

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

Color convert

RGB 248 0 154 -
CMYK 0 1 0.38 0.03
HSL 322.74º 1% 0.49% -
HSV(B) 322.74º 1% 0.97% -
XYZ 44.54 22.29 32.53 -
YUV 91.71 163.16 239.48 -
System Red Green Blue C M Y K H S L
Decimal 248 0 154 0 1 0.38 0.03 322.74 1 0.49
Hex F8 0 9A 0 64 26 3 143 64 31
Octal 370 0 232 0 144 46 3 503 144 61
Binary 11111000 0 10011010 0 1100100 100110 11 101000011 1100100 110001

Color Harmonies of #F8009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8009A

Black with #F8009A

Text Example


Text Example

White with #F8009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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