Html Css Color HEX #F00492 Hollywood Cerise

📋 copy color: '#F00492'

red 240 ◦ green 4 ◦ blue 146

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

Shades of Hollywood Cerise #F00492

Tints of Hollywood Cerise #F00492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 61.54%
G = 1.03%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F00492 (or 0xF00492) is known color: Hollywood Cerise. HEX triplet: F0, 04 and 92. RGB value is (240,4,146). Sum of RGB (Red+Green+Blue) = 240+4+146=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F00492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00492 is #0FFB6D. Grayscale: #5A5A5A. Windows color (decimal): -1047406 or 9569520. OLE color: 9569520.

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

Color convert

RGB 240 4 146 -
CMYK 0 0.98 0.39 0.06
HSL 323.9º 0.97% 0.48% -
HSV(B) 323.9º 0.98% 0.94% -
XYZ 41.17 20.69 29.02 -
YUV 90.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 240 4 146 0 0.98 0.39 0.06 323.9 0.97 0.48
Hex F0 4 92 0 62 27 6 144 61 30
Octal 360 4 222 0 142 47 6 504 141 60
Binary 11110000 100 10010010 0 1100010 100111 110 101000100 1100001 110000

Color Harmonies of #F00492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00492

Black with #F00492

Text Example


Text Example

White with #F00492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00492; }

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

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

background-color css

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

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

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

border-color css

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

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

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