Html Css Color HEX #F4199B Deep Pink

📋 copy color: '#F4199B'

red 244 ◦ green 25 ◦ blue 155

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

Shades of Deep Pink #F4199B

Tints of Deep Pink #F4199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 57.55%
G = 5.9%
B = 36.56%

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

#F4199B (or 0xF4199B) is known color: Deep Pink. HEX triplet: F4, 19 and 9B. RGB value is (244,25,155). Sum of RGB (Red+Green+Blue) = 244+25+155=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4199B is #0BE664. Grayscale: #696969. Windows color (decimal): -779877 or 10164724. OLE color: 10164724.

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

Color convert

RGB 244 25 155 -
CMYK 0 0.90 0.36 0.04
HSL 324.38º 0.91% 0.53% -
HSV(B) 324.38º 0.9% 0.96% -
XYZ 43.57 22.29 33.02 -
YUV 105.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 244 25 155 0 0.90 0.36 0.04 324.38 0.91 0.53
Hex F4 19 9B 0 5A 24 4 144 5B 35
Octal 364 31 233 0 132 44 4 504 133 65
Binary 11110100 11001 10011011 0 1011010 100100 100 101000100 1011011 110101

Color Harmonies of #F4199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4199B

Black with #F4199B

Text Example


Text Example

White with #F4199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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