Html Css Color HEX #F41190 Deep Pink

📋 copy color: '#F41190'

red 244 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #F41190

Tints of Deep Pink #F41190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

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

R = 60.25%
G = 4.2%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F41190 (or 0xF41190) is known color: Deep Pink. HEX triplet: F4, 11 and 90. RGB value is (244,17,144). Sum of RGB (Red+Green+Blue) = 244+17+144=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F41190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41190 is #0BEE6F. Grayscale: #636363. Windows color (decimal): -781936 or 9441780. OLE color: 9441780.

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

Color convert

RGB 244 17 144 -
CMYK 0 0.93 0.41 0.04
HSL 326.43º 0.91% 0.51% -
HSV(B) 326.43º 0.93% 0.96% -
XYZ 42.54 21.65 28.32 -
YUV 99.35 153.21 231.17 -
System Red Green Blue C M Y K H S L
Decimal 244 17 144 0 0.93 0.41 0.04 326.43 0.91 0.51
Hex F4 11 90 0 5D 29 4 146 5B 33
Octal 364 21 220 0 135 51 4 506 133 63
Binary 11110100 10001 10010000 0 1011101 101001 100 101000110 1011011 110011

Color Harmonies of #F41190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41190

Black with #F41190

Text Example


Text Example

White with #F41190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41190; }

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

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

background-color css

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

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

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

border-color css

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

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

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