Html Css Color HEX #F0048F Hollywood Cerise

📋 copy color: '#F0048F'

red 240 ◦ green 4 ◦ blue 143

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

Shades of Hollywood Cerise #F0048F

Tints of Hollywood Cerise #F0048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 62.02%
G = 1.03%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0048F (or 0xF0048F) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 8F. RGB value is (240,4,143). Sum of RGB (Red+Green+Blue) = 240+4+143=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0048F is #0FFB70. Grayscale: #5A5A5A. Windows color (decimal): -1047409 or 9372912. OLE color: 9372912.

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

Color convert

RGB 240 4 143 -
CMYK 0 0.98 0.40 0.06
HSL 324.66º 0.97% 0.48% -
HSV(B) 324.66º 0.98% 0.94% -
XYZ 40.94 20.6 27.8 -
YUV 90.41 157.69 234.7 -
System Red Green Blue C M Y K H S L
Decimal 240 4 143 0 0.98 0.40 0.06 324.66 0.97 0.48
Hex F0 4 8F 0 62 28 6 145 61 30
Octal 360 4 217 0 142 50 6 505 141 60
Binary 11110000 100 10001111 0 1100010 101000 110 101000101 1100001 110000

Color Harmonies of #F0048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0048F

Black with #F0048F

Text Example


Text Example

White with #F0048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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