Html Css Color HEX #F0049D Hollywood Cerise

📋 copy color: '#F0049D'

red 240 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #F0049D

Tints of Hollywood Cerise #F0049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 59.85%
G = 1%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0049D (or 0xF0049D) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 9D. RGB value is (240,4,157). Sum of RGB (Red+Green+Blue) = 240+4+157=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0049D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0049D is #0FFB62. Grayscale: #5B5B5B. Windows color (decimal): -1047395 or 10290416. OLE color: 10290416.

HSL color Cylindrical-coordinate representation of color #F0049D: hue angle of 321.1º 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 #F0049D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 157 -
CMYK 0 0.98 0.35 0.06
HSL 321.1º 0.97% 0.48% -
HSV(B) 321.1º 0.98% 0.94% -
XYZ 42.06 21.05 33.74 -
YUV 92.01 164.69 233.56 -
System Red Green Blue C M Y K H S L
Decimal 240 4 157 0 0.98 0.35 0.06 321.1 0.97 0.48
Hex F0 4 9D 0 62 23 6 141 61 30
Octal 360 4 235 0 142 43 6 501 141 60
Binary 11110000 100 10011101 0 1100010 100011 110 101000001 1100001 110000

Color Harmonies of #F0049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0049D

Black with #F0049D

Text Example


Text Example

White with #F0049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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