Html Css Color HEX #F49E6A Hit Pink

📋 copy color: '#F49E6A'

red 244 ◦ green 158 ◦ blue 106

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

Shades of Hit Pink #F49E6A

Tints of Hit Pink #F49E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 106 (41.8% from 255) = 20.87%

R = 48.03%
G = 31.1%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F49E6A (or 0xF49E6A) is known color: Hit Pink. HEX triplet: F4, 9E and 6A. RGB value is (244,158,106). Sum of RGB (Red+Green+Blue) = 244+158+106=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E6A is #0B6195. Grayscale: #B2B2B2. Windows color (decimal): -745878 or 6987508. OLE color: 6987508.

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

Color convert

RGB 244 158 106 -
CMYK 0 0.35 0.57 0.04
HSL 22.61º 0.86% 0.69% -
HSV(B) 22.61º 0.57% 0.96% -
XYZ 52.14 44.73 19.52 -
YUV 177.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 244 158 106 0 0.35 0.57 0.04 22.61 0.86 0.69
Hex F4 9E 6A 0 23 39 4 17 56 45
Octal 364 236 152 0 43 71 4 27 126 105
Binary 11110100 10011110 1101010 0 100011 111001 100 10111 1010110 1000101

Color Harmonies of #F49E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49E6A

Black with #F49E6A

Text Example


Text Example

White with #F49E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49E6A; }

 p { color: rgb(244,158,106); }

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

background-color css

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

 a { background-color: rgb(244,158,106); }

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

border-color css

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

 span { border-color: rgb(244,158,106); }

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