Html Css Color HEX #F41890 Deep Pink

📋 copy color: '#F41890'

red 244 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #F41890

Tints of Deep Pink #F41890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

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

R = 59.22%
G = 5.83%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F41890 (or 0xF41890) is known color: Deep Pink. HEX triplet: F4, 18 and 90. RGB value is (244,24,144). Sum of RGB (Red+Green+Blue) = 244+24+144=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41890 is #0BE76F. Grayscale: #676767. Windows color (decimal): -780144 or 9443572. OLE color: 9443572.

HSL color Cylindrical-coordinate representation of color #F41890: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41890 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 24 144 -
CMYK 0 0.90 0.41 0.04
HSL 327.27º 0.91% 0.53% -
HSV(B) 327.27º 0.9% 0.96% -
XYZ 42.67 21.9 28.36 -
YUV 103.46 150.89 228.24 -
System Red Green Blue C M Y K H S L
Decimal 244 24 144 0 0.90 0.41 0.04 327.27 0.91 0.53
Hex F4 18 90 0 5A 29 4 147 5B 35
Octal 364 30 220 0 132 51 4 507 133 65
Binary 11110100 11000 10010000 0 1011010 101001 100 101000111 1011011 110101

Color Harmonies of #F41890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41890

Black with #F41890

Text Example


Text Example

White with #F41890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41890; }

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

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

background-color css

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

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

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

border-color css

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

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

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