Html Css Color HEX #F7A870 Hit Pink

📋 copy color: '#F7A870'

red 247 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #F7A870

Tints of Hit Pink #F7A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.88%

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 46.87%
G = 31.88%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7A870 (or 0xF7A870) is known color: Hit Pink. HEX triplet: F7, A8 and 70. RGB value is (247,168,112). Sum of RGB (Red+Green+Blue) = 247+168+112=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A870 is #08578F. Grayscale: #B9B9B9. Windows color (decimal): -546704 or 7383287. OLE color: 7383287.

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

Color convert

RGB 247 168 112 -
CMYK 0 0.32 0.55 0.03
HSL 24.89º 0.89% 0.7% -
HSV(B) 24.89º 0.55% 0.97% -
XYZ 55.29 48.95 21.86 -
YUV 185.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 247 168 112 0 0.32 0.55 0.03 24.89 0.89 0.7
Hex F7 A8 70 0 20 37 3 19 59 46
Octal 367 250 160 0 40 67 3 31 131 106
Binary 11110111 10101000 1110000 0 100000 110111 11 11001 1011001 1000110

Color Harmonies of #F7A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A870

Black with #F7A870

Text Example


Text Example

White with #F7A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A870; }

 p { color: rgb(247,168,112); }

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

background-color css

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

 a { background-color: rgb(247,168,112); }

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

border-color css

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

 span { border-color: rgb(247,168,112); }

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