Html Css Color HEX #F41790 Deep Pink

📋 copy color: '#F41790'

red 244 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #F41790

Tints of Deep Pink #F41790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.6%

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

R = 59.37%
G = 5.6%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F41790 (or 0xF41790) is known color: Deep Pink. HEX triplet: F4, 17 and 90. RGB value is (244,23,144). Sum of RGB (Red+Green+Blue) = 244+23+144=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F41790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41790 is #0BE86F. Grayscale: #666666. Windows color (decimal): -780400 or 9443316. OLE color: 9443316.

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

Color convert

RGB 244 23 144 -
CMYK 0 0.91 0.41 0.04
HSL 327.15º 0.91% 0.52% -
HSV(B) 327.15º 0.91% 0.96% -
XYZ 42.65 21.86 28.36 -
YUV 102.87 151.22 228.66 -
System Red Green Blue C M Y K H S L
Decimal 244 23 144 0 0.91 0.41 0.04 327.15 0.91 0.52
Hex F4 17 90 0 5B 29 4 147 5B 34
Octal 364 27 220 0 133 51 4 507 133 64
Binary 11110100 10111 10010000 0 1011011 101001 100 101000111 1011011 110100

Color Harmonies of #F41790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41790

Black with #F41790

Text Example


Text Example

White with #F41790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41790; }

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

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

background-color css

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

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

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

border-color css

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

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

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