Html Css Color HEX #F7A372 Hit Pink

📋 copy color: '#F7A372'

red 247 ◦ green 163 ◦ blue 114

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

Shades of Hit Pink #F7A372

Tints of Hit Pink #F7A372

RGB

 RED value IS 247 (96.88% from 255) = 47.14%

 GREEN value IS 163 (64.06% from 255) = 31.11%

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

R = 47.14%
G = 31.11%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F7A372 (or 0xF7A372) is known color: Hit Pink. HEX triplet: F7, A3 and 72. RGB value is (247,163,114). Sum of RGB (Red+Green+Blue) = 247+163+114=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A372 is #085C8D. Grayscale: #B6B6B6. Windows color (decimal): -547982 or 7513079. OLE color: 7513079.

HSL color Cylindrical-coordinate representation of color #F7A372: hue angle of 22.11º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7A372 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 163 114 -
CMYK 0 0.34 0.54 0.03
HSL 22.11º 0.89% 0.71% -
HSV(B) 22.11º 0.54% 0.97% -
XYZ 54.49 47.18 22.15 -
YUV 182.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 247 163 114 0 0.34 0.54 0.03 22.11 0.89 0.71
Hex F7 A3 72 0 22 36 3 16 59 47
Octal 367 243 162 0 42 66 3 26 131 107
Binary 11110111 10100011 1110010 0 100010 110110 11 10110 1011001 1000111

Color Harmonies of #F7A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A372

Black with #F7A372

Text Example


Text Example

White with #F7A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A372; }

 p { color: rgb(247,163,114); }

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

background-color css

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

 a { background-color: rgb(247,163,114); }

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

border-color css

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

 span { border-color: rgb(247,163,114); }

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