Html Css Color HEX #F7A06F Hit Pink

📋 copy color: '#F7A06F'

red 247 ◦ green 160 ◦ blue 111

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

Shades of Hit Pink #F7A06F

Tints of Hit Pink #F7A06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 47.68%
G = 30.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7A06F (or 0xF7A06F) is known color: Hit Pink. HEX triplet: F7, A0 and 6F. RGB value is (247,160,111). Sum of RGB (Red+Green+Blue) = 247+160+111=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A06F is #085F90. Grayscale: #B4B4B4. Windows color (decimal): -548753 or 7315703. OLE color: 7315703.

HSL color Cylindrical-coordinate representation of color #F7A06F: hue angle of 21.62º 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 #F7A06F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 111 -
CMYK 0 0.35 0.55 0.03
HSL 21.62º 0.89% 0.7% -
HSV(B) 21.62º 0.55% 0.97% -
XYZ 53.8 46.06 21.09 -
YUV 180.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 247 160 111 0 0.35 0.55 0.03 21.62 0.89 0.7
Hex F7 A0 6F 0 23 37 3 16 59 46
Octal 367 240 157 0 43 67 3 26 131 106
Binary 11110111 10100000 1101111 0 100011 110111 11 10110 1011001 1000110

Color Harmonies of #F7A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A06F

Black with #F7A06F

Text Example


Text Example

White with #F7A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A06F; }

 p { color: rgb(247,160,111); }

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

background-color css

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

 a { background-color: rgb(247,160,111); }

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

border-color css

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

 span { border-color: rgb(247,160,111); }

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