Html Css Color HEX #F40290 Hollywood Cerise

📋 copy color: '#F40290'

red 244 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #F40290

Tints of Hollywood Cerise #F40290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 62.56%
G = 0.51%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F40290 (or 0xF40290) is known color: Hollywood Cerise. HEX triplet: F4, 02 and 90. RGB value is (244,2,144). Sum of RGB (Red+Green+Blue) = 244+2+144=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F40290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40290 is #0BFD6F. Grayscale: #5A5A5A. Windows color (decimal): -785776 or 9437940. OLE color: 9437940.

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

Color convert

RGB 244 2 144 -
CMYK 0 0.99 0.41 0.04
HSL 324.79º 0.98% 0.48% -
HSV(B) 324.79º 0.99% 0.96% -
XYZ 42.36 21.29 28.26 -
YUV 90.55 158.17 237.45 -
System Red Green Blue C M Y K H S L
Decimal 244 2 144 0 0.99 0.41 0.04 324.79 0.98 0.48
Hex F4 2 90 0 63 29 4 145 62 30
Octal 364 2 220 0 143 51 4 505 142 60
Binary 11110100 10 10010000 0 1100011 101001 100 101000101 1100010 110000

Color Harmonies of #F40290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40290

Black with #F40290

Text Example


Text Example

White with #F40290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40290; }

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

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

background-color css

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

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

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

border-color css

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

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

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