Html Css Color HEX #F00490 Hollywood Cerise

📋 copy color: '#F00490'

red 240 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F00490

Tints of Hollywood Cerise #F00490

RGB

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

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

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

R = 61.86%
G = 1.03%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F00490 (or 0xF00490) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 90. RGB value is (240,4,144). Sum of RGB (Red+Green+Blue) = 240+4+144=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F00490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00490 is #0FFB6F. Grayscale: #5A5A5A. Windows color (decimal): -1047408 or 9438448. OLE color: 9438448.

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

Color convert

RGB 240 4 144 -
CMYK 0 0.98 0.4 0.06
HSL 324.41º 0.97% 0.48% -
HSV(B) 324.41º 0.98% 0.94% -
XYZ 41.01 20.63 28.21 -
YUV 90.52 158.19 234.62 -
System Red Green Blue C M Y K H S L
Decimal 240 4 144 0 0.98 0.4 0.06 324.41 0.97 0.48
Hex F0 4 90 0 62 28 6 144 61 30
Octal 360 4 220 0 142 50 6 504 141 60
Binary 11110000 100 10010000 0 1100010 101000 110 101000100 1100001 110000

Color Harmonies of #F00490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00490

Black with #F00490

Text Example


Text Example

White with #F00490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00490; }

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

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

background-color css

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

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

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

border-color css

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

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

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