Html Css Color HEX #F40490 Hollywood Cerise

📋 copy color: '#F40490'

red 244 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F40490

Tints of Hollywood Cerise #F40490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 62.24%
G = 1.02%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F40490 (or 0xF40490) is known color: Hollywood Cerise. HEX triplet: F4, 04 and 90. RGB value is (244,4,144). Sum of RGB (Red+Green+Blue) = 244+4+144=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F40490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40490 is #0BFB6F. Grayscale: #5B5B5B. Windows color (decimal): -785264 or 9438452. OLE color: 9438452.

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

Color convert

RGB 244 4 144 -
CMYK 0 0.98 0.41 0.04
HSL 325º 0.97% 0.49% -
HSV(B) 325º 0.98% 0.96% -
XYZ 42.39 21.33 28.27 -
YUV 91.72 157.51 236.62 -
System Red Green Blue C M Y K H S L
Decimal 244 4 144 0 0.98 0.41 0.04 325 0.97 0.49
Hex F4 4 90 0 62 29 4 145 61 31
Octal 364 4 220 0 142 51 4 505 141 61
Binary 11110100 100 10010000 0 1100010 101001 100 101000101 1100001 110001

Color Harmonies of #F40490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40490

Black with #F40490

Text Example


Text Example

White with #F40490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40490; }

 p { color: rgb(244,4,144); }

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

background-color css

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

 a { background-color: rgb(244,4,144); }

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

border-color css

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

 span { border-color: rgb(244,4,144); }

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