Html Css Color HEX #F4008E Hollywood Cerise

📋 copy color: '#F4008E'

red 244 ◦ green 0 ◦ blue 142

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

Shades of Hollywood Cerise #F4008E

Tints of Hollywood Cerise #F4008E

RGB

 RED value IS 244 (95.7% from 255) = 63.21%

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

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

R = 63.21%
G = 0%
B = 36.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4008E (or 0xF4008E) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 8E. RGB value is (244,0,142). Sum of RGB (Red+Green+Blue) = 244+0+142=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4008E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4008E is #0BFF71. Grayscale: #585858. Windows color (decimal): -786290 or 9306356. OLE color: 9306356.

HSL color Cylindrical-coordinate representation of color #F4008E: hue angle of 325.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4008E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 142 -
CMYK 0 1 0.42 0.04
HSL 325.08º 1% 0.48% -
HSV(B) 325.08º 1% 0.96% -
XYZ 42.19 21.19 27.46 -
YUV 89.14 157.84 238.45 -
System Red Green Blue C M Y K H S L
Decimal 244 0 142 0 1 0.42 0.04 325.08 1 0.48
Hex F4 0 8E 0 64 2A 4 145 64 30
Octal 364 0 216 0 144 52 4 505 144 60
Binary 11110100 0 10001110 0 1100100 101010 100 101000101 1100100 110000

Color Harmonies of #F4008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4008E

Black with #F4008E

Text Example


Text Example

White with #F4008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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