Html Css Color HEX #F41690 Deep Pink

📋 copy color: '#F41690'

red 244 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #F41690

Tints of Deep Pink #F41690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

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

R = 59.51%
G = 5.37%
B = 35.12%

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

#F41690 (or 0xF41690) is known color: Deep Pink. HEX triplet: F4, 16 and 90. RGB value is (244,22,144). Sum of RGB (Red+Green+Blue) = 244+22+144=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F41690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41690 is #0BE96F. Grayscale: #666666. Windows color (decimal): -780656 or 9443060. OLE color: 9443060.

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

Color convert

RGB 244 22 144 -
CMYK 0 0.91 0.41 0.04
HSL 327.03º 0.91% 0.52% -
HSV(B) 327.03º 0.91% 0.96% -
XYZ 42.63 21.82 28.35 -
YUV 102.29 151.55 229.08 -
System Red Green Blue C M Y K H S L
Decimal 244 22 144 0 0.91 0.41 0.04 327.03 0.91 0.52
Hex F4 16 90 0 5B 29 4 147 5B 34
Octal 364 26 220 0 133 51 4 507 133 64
Binary 11110100 10110 10010000 0 1011011 101001 100 101000111 1011011 110100

Color Harmonies of #F41690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41690

Black with #F41690

Text Example


Text Example

White with #F41690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41690; }

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

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

background-color css

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

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

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

border-color css

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

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

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