Html Css Color HEX #F40590 Hollywood Cerise

📋 copy color: '#F40590'

red 244 ◦ green 5 ◦ blue 144

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

Shades of Hollywood Cerise #F40590

Tints of Hollywood Cerise #F40590

RGB

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

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

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

R = 62.09%
G = 1.27%
B = 36.64%

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

#F40590 (or 0xF40590) is known color: Hollywood Cerise. HEX triplet: F4, 05 and 90. RGB value is (244,5,144). Sum of RGB (Red+Green+Blue) = 244+5+144=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F40590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40590 is #0BFA6F. Grayscale: #5B5B5B. Windows color (decimal): -785008 or 9438708. OLE color: 9438708.

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

Color convert

RGB 244 5 144 -
CMYK 0 0.98 0.41 0.04
HSL 325.1º 0.96% 0.49% -
HSV(B) 325.1º 0.98% 0.96% -
XYZ 42.4 21.36 28.27 -
YUV 92.31 157.18 236.2 -
System Red Green Blue C M Y K H S L
Decimal 244 5 144 0 0.98 0.41 0.04 325.1 0.96 0.49
Hex F4 5 90 0 62 29 4 145 60 31
Octal 364 5 220 0 142 51 4 505 140 61
Binary 11110100 101 10010000 0 1100010 101001 100 101000101 1100000 110001

Color Harmonies of #F40590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40590

Black with #F40590

Text Example


Text Example

White with #F40590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40590; }

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

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

background-color css

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

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

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

border-color css

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

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

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