Html Css Color HEX #F5A870 Hit Pink

📋 copy color: '#F5A870'

red 245 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #F5A870

Tints of Hit Pink #F5A870

RGB

 RED value IS 245 (96.09% from 255) = 46.67%

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

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

R = 46.67%
G = 32%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5A870 (or 0xF5A870) is known color: Hit Pink. HEX triplet: F5, A8 and 70. RGB value is (245,168,112). Sum of RGB (Red+Green+Blue) = 245+168+112=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A870 is #0A578F. Grayscale: #B8B8B8. Windows color (decimal): -677776 or 7383285. OLE color: 7383285.

HSL color Cylindrical-coordinate representation of color #F5A870: hue angle of 25.26º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5A870 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 112 -
CMYK 0 0.31 0.54 0.04
HSL 25.26º 0.87% 0.7% -
HSV(B) 25.26º 0.54% 0.96% -
XYZ 54.58 48.59 21.83 -
YUV 184.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 245 168 112 0 0.31 0.54 0.04 25.26 0.87 0.7
Hex F5 A8 70 0 1F 36 4 19 57 46
Octal 365 250 160 0 37 66 4 31 127 106
Binary 11110101 10101000 1110000 0 11111 110110 100 11001 1010111 1000110

Color Harmonies of #F5A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A870

Black with #F5A870

Text Example


Text Example

White with #F5A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A870; }

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

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

background-color css

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

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

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

border-color css

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

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

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