Html Css Color HEX #F40592 Hollywood Cerise

📋 copy color: '#F40592'

red 244 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #F40592

Tints of Hollywood Cerise #F40592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 61.77%
G = 1.27%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F40592 (or 0xF40592) is known color: Hollywood Cerise. HEX triplet: F4, 05 and 92. RGB value is (244,5,146). Sum of RGB (Red+Green+Blue) = 244+5+146=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40592 is #0BFA6D. Grayscale: #5C5C5C. Windows color (decimal): -785006 or 9569780. OLE color: 9569780.

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

Color convert

RGB 244 5 146 -
CMYK 0 0.98 0.40 0.04
HSL 324.6º 0.96% 0.49% -
HSV(B) 324.6º 0.98% 0.96% -
XYZ 42.55 21.42 29.09 -
YUV 92.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 244 5 146 0 0.98 0.40 0.04 324.6 0.96 0.49
Hex F4 5 92 0 62 28 4 145 60 31
Octal 364 5 222 0 142 50 4 505 140 61
Binary 11110100 101 10010010 0 1100010 101000 100 101000101 1100000 110001

Color Harmonies of #F40592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40592

Black with #F40592

Text Example


Text Example

White with #F40592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40592; }

 p { color: rgb(244,5,146); }

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

background-color css

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

 a { background-color: rgb(244,5,146); }

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

border-color css

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

 span { border-color: rgb(244,5,146); }

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