Html Css Color HEX #F40890 Deep Pink

📋 copy color: '#F40890'

red 244 ◦ green 8 ◦ blue 144

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

Shades of Deep Pink #F40890

Tints of Deep Pink #F40890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

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

R = 61.62%
G = 2.02%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F40890 (or 0xF40890) is known color: Deep Pink. HEX triplet: F4, 08 and 90. RGB value is (244,8,144). Sum of RGB (Red+Green+Blue) = 244+8+144=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F40890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40890 is #0BF76F. Grayscale: #5D5D5D. Windows color (decimal): -784240 or 9439476. OLE color: 9439476.

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

Color convert

RGB 244 8 144 -
CMYK 0 0.97 0.41 0.04
HSL 325.42º 0.94% 0.49% -
HSV(B) 325.42º 0.97% 0.96% -
XYZ 42.43 21.42 28.28 -
YUV 94.07 156.19 234.94 -
System Red Green Blue C M Y K H S L
Decimal 244 8 144 0 0.97 0.41 0.04 325.42 0.94 0.49
Hex F4 8 90 0 61 29 4 145 5E 31
Octal 364 10 220 0 141 51 4 505 136 61
Binary 11110100 1000 10010000 0 1100001 101001 100 101000101 1011110 110001

Color Harmonies of #F40890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40890

Black with #F40890

Text Example


Text Example

White with #F40890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40890; }

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

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

background-color css

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

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

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

border-color css

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

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

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