Html Css Color HEX #F0048E Hollywood Cerise

📋 copy color: '#F0048E'

red 240 ◦ green 4 ◦ blue 142

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

Shades of Hollywood Cerise #F0048E

Tints of Hollywood Cerise #F0048E

RGB

 RED value IS 240 (94.14% from 255) = 62.18%

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 62.18%
G = 1.04%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0048E (or 0xF0048E) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 8E. RGB value is (240,4,142). Sum of RGB (Red+Green+Blue) = 240+4+142=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0048E is #0FFB71. Grayscale: #595959. Windows color (decimal): -1047410 or 9307376. OLE color: 9307376.

HSL color Cylindrical-coordinate representation of color #F0048E: hue angle of 324.92º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0048E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 142 -
CMYK 0 0.98 0.41 0.06
HSL 324.92º 0.97% 0.48% -
HSV(B) 324.92º 0.98% 0.94% -
XYZ 40.86 20.57 27.41 -
YUV 90.3 157.19 234.78 -
System Red Green Blue C M Y K H S L
Decimal 240 4 142 0 0.98 0.41 0.06 324.92 0.97 0.48
Hex F0 4 8E 0 62 29 6 145 61 30
Octal 360 4 216 0 142 51 6 505 141 60
Binary 11110000 100 10001110 0 1100010 101001 110 101000101 1100001 110000

Color Harmonies of #F0048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0048E

Black with #F0048E

Text Example


Text Example

White with #F0048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0048E; }

 p { color: rgb(240,4,142); }

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

background-color css

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

 a { background-color: rgb(240,4,142); }

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

border-color css

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

 span { border-color: rgb(240,4,142); }

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