Html Css Color HEX #F4197C Deep Pink

📋 copy color: '#F4197C'

red 244 ◦ green 25 ◦ blue 124

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

Shades of Deep Pink #F4197C

Tints of Deep Pink #F4197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 62.09%
G = 6.36%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4197C (or 0xF4197C) is known color: Deep Pink. HEX triplet: F4, 19 and 7C. RGB value is (244,25,124). Sum of RGB (Red+Green+Blue) = 244+25+124=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4197C is #0BE683. Grayscale: #656565. Windows color (decimal): -779908 or 8133108. OLE color: 8133108.

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

Color convert

RGB 244 25 124 -
CMYK 0 0.90 0.49 0.04
HSL 332.88º 0.91% 0.53% -
HSV(B) 332.88º 0.9% 0.96% -
XYZ 41.29 21.38 21.02 -
YUV 101.77 140.55 229.45 -
System Red Green Blue C M Y K H S L
Decimal 244 25 124 0 0.90 0.49 0.04 332.88 0.91 0.53
Hex F4 19 7C 0 5A 31 4 14D 5B 35
Octal 364 31 174 0 132 61 4 515 133 65
Binary 11110100 11001 1111100 0 1011010 110001 100 101001101 1011011 110101

Color Harmonies of #F4197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4197C

Black with #F4197C

Text Example


Text Example

White with #F4197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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