Html Css Color HEX #F8008E Hollywood Cerise

📋 copy color: '#F8008E'

red 248 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #F8008E

Tints of Hollywood Cerise #F8008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 63.59%
G = 0%
B = 36.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8008E (or 0xF8008E) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 8E. RGB value is (248,0,142). Sum of RGB (Red+Green+Blue) = 248+0+142=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8008E is #07FF71. Grayscale: #5A5A5A. Windows color (decimal): -524146 or 9306360. OLE color: 9306360.

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

Color convert

RGB 248 0 142 -
CMYK 0 1 0.43 0.03
HSL 325.65º 1% 0.49% -
HSV(B) 325.65º 1% 0.97% -
XYZ 43.59 21.91 27.52 -
YUV 90.34 157.16 240.45 -
System Red Green Blue C M Y K H S L
Decimal 248 0 142 0 1 0.43 0.03 325.65 1 0.49
Hex F8 0 8E 0 64 2B 3 146 64 31
Octal 370 0 216 0 144 53 3 506 144 61
Binary 11111000 0 10001110 0 1100100 101011 11 101000110 1100100 110001

Color Harmonies of #F8008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8008E

Black with #F8008E

Text Example


Text Example

White with #F8008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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