Html Css Color HEX #F5A270 Hit Pink

📋 copy color: '#F5A270'

red 245 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #F5A270

Tints of Hit Pink #F5A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.21%

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

R = 47.21%
G = 31.21%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5A270 (or 0xF5A270) is known color: Hit Pink. HEX triplet: F5, A2 and 70. RGB value is (245,162,112). Sum of RGB (Red+Green+Blue) = 245+162+112=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A270 is #0A5D8F. Grayscale: #B5B5B5. Windows color (decimal): -679312 or 7381749. OLE color: 7381749.

HSL color Cylindrical-coordinate representation of color #F5A270: hue angle of 22.56º 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 #F5A270 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 162 112 -
CMYK 0 0.34 0.54 0.04
HSL 22.56º 0.87% 0.7% -
HSV(B) 22.56º 0.54% 0.96% -
XYZ 53.5 46.42 21.47 -
YUV 181.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 245 162 112 0 0.34 0.54 0.04 22.56 0.87 0.7
Hex F5 A2 70 0 22 36 4 17 57 46
Octal 365 242 160 0 42 66 4 27 127 106
Binary 11110101 10100010 1110000 0 100010 110110 100 10111 1010111 1000110

Color Harmonies of #F5A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A270

Black with #F5A270

Text Example


Text Example

White with #F5A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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