Html Css Color HEX #F8A970 Hit Pink

📋 copy color: '#F8A970'

red 248 ◦ green 169 ◦ blue 112

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

Shades of Hit Pink #F8A970

Tints of Hit Pink #F8A970

RGB

 RED value IS 248 (97.27% from 255) = 46.88%

 GREEN value IS 169 (66.41% from 255) = 31.95%

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

R = 46.88%
G = 31.95%
B = 21.17%

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

#F8A970 (or 0xF8A970) is known color: Hit Pink. HEX triplet: F8, A9 and 70. RGB value is (248,169,112). Sum of RGB (Red+Green+Blue) = 248+169+112=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A970 is #07568F. Grayscale: #BABABA. Windows color (decimal): -480912 or 7383544. OLE color: 7383544.

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

Color convert

RGB 248 169 112 -
CMYK 0 0.32 0.55 0.03
HSL 25.15º 0.91% 0.71% -
HSV(B) 25.15º 0.55% 0.97% -
XYZ 55.82 49.5 21.94 -
YUV 186.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 248 169 112 0 0.32 0.55 0.03 25.15 0.91 0.71
Hex F8 A9 70 0 20 37 3 19 5B 47
Octal 370 251 160 0 40 67 3 31 133 107
Binary 11111000 10101001 1110000 0 100000 110111 11 11001 1011011 1000111

Color Harmonies of #F8A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A970

Black with #F8A970

Text Example


Text Example

White with #F8A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A970; }

 p { color: rgb(248,169,112); }

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

background-color css

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

 a { background-color: rgb(248,169,112); }

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

border-color css

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

 span { border-color: rgb(248,169,112); }

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