Html Css Color HEX #F0048D Hollywood Cerise

📋 copy color: '#F0048D'

red 240 ◦ green 4 ◦ blue 141

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

Shades of Hollywood Cerise #F0048D

Tints of Hollywood Cerise #F0048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 62.34%
G = 1.04%
B = 36.62%

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

#F0048D (or 0xF0048D) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 8D. RGB value is (240,4,141). Sum of RGB (Red+Green+Blue) = 240+4+141=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0048D is #0FFB72. Grayscale: #595959. Windows color (decimal): -1047411 or 9241840. OLE color: 9241840.

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

Color convert

RGB 240 4 141 -
CMYK 0 0.98 0.41 0.06
HSL 325.17º 0.97% 0.48% -
HSV(B) 325.17º 0.98% 0.94% -
XYZ 40.79 20.54 27.01 -
YUV 90.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 240 4 141 0 0.98 0.41 0.06 325.17 0.97 0.48
Hex F0 4 8D 0 62 29 6 145 61 30
Octal 360 4 215 0 142 51 6 505 141 60
Binary 11110000 100 10001101 0 1100010 101001 110 101000101 1100001 110000

Color Harmonies of #F0048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0048D

Black with #F0048D

Text Example


Text Example

White with #F0048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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