Html Css Color HEX #F4199D Deep Pink

📋 copy color: '#F4199D'

red 244 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #F4199D

Tints of Deep Pink #F4199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.87%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 57.28%
G = 5.87%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4199D (or 0xF4199D) is known color: Deep Pink. HEX triplet: F4, 19 and 9D. RGB value is (244,25,157). Sum of RGB (Red+Green+Blue) = 244+25+157=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F4199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4199D is #0BE662. Grayscale: #696969. Windows color (decimal): -779875 or 10295796. OLE color: 10295796.

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

Color convert

RGB 244 25 157 -
CMYK 0 0.90 0.36 0.04
HSL 323.84º 0.91% 0.53% -
HSV(B) 323.84º 0.9% 0.96% -
XYZ 43.74 22.36 33.91 -
YUV 105.53 157.05 226.77 -
System Red Green Blue C M Y K H S L
Decimal 244 25 157 0 0.90 0.36 0.04 323.84 0.91 0.53
Hex F4 19 9D 0 5A 24 4 144 5B 35
Octal 364 31 235 0 132 44 4 504 133 65
Binary 11110100 11001 10011101 0 1011010 100100 100 101000100 1011011 110101

Color Harmonies of #F4199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4199D

Black with #F4199D

Text Example


Text Example

White with #F4199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4199D; }

 p { color: rgb(244,25,157); }

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

background-color css

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

 a { background-color: rgb(244,25,157); }

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

border-color css

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

 span { border-color: rgb(244,25,157); }

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