Html Css Color HEX #F49D72 Hit Pink

📋 copy color: '#F49D72'

red 244 ◦ green 157 ◦ blue 114

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

Shades of Hit Pink #F49D72

Tints of Hit Pink #F49D72

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 47.38%
G = 30.49%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F49D72 (or 0xF49D72) is known color: Hit Pink. HEX triplet: F4, 9D and 72. RGB value is (244,157,114). Sum of RGB (Red+Green+Blue) = 244+157+114=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D72 is #0B628D. Grayscale: #B2B2B2. Windows color (decimal): -746126 or 7511540. OLE color: 7511540.

HSL color Cylindrical-coordinate representation of color #F49D72: hue angle of 19.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F49D72 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 114 -
CMYK 0 0.36 0.53 0.04
HSL 19.85º 0.86% 0.7% -
HSV(B) 19.85º 0.53% 0.96% -
XYZ 52.4 44.56 21.76 -
YUV 178.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 244 157 114 0 0.36 0.53 0.04 19.85 0.86 0.7
Hex F4 9D 72 0 24 35 4 14 56 46
Octal 364 235 162 0 44 65 4 24 126 106
Binary 11110100 10011101 1110010 0 100100 110101 100 10100 1010110 1000110

Color Harmonies of #F49D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49D72

Black with #F49D72

Text Example


Text Example

White with #F49D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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