Html Css Color HEX #F0A371 Hit Pink

📋 copy color: '#F0A371'

red 240 ◦ green 163 ◦ blue 113

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

Shades of Hit Pink #F0A371

Tints of Hit Pink #F0A371

RGB

 RED value IS 240 (94.14% from 255) = 46.51%

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 113 (44.53% from 255) = 21.9%

R = 46.51%
G = 31.59%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0A371 (or 0xF0A371) is known color: Hit Pink. HEX triplet: F0, A3 and 71. RGB value is (240,163,113). Sum of RGB (Red+Green+Blue) = 240+163+113=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A371 is #0F5C8E. Grayscale: #B4B4B4. Windows color (decimal): -1006735 or 7447536. OLE color: 7447536.

HSL color Cylindrical-coordinate representation of color #F0A371: hue angle of 23.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0A371 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 113 -
CMYK 0 0.32 0.53 0.06
HSL 23.62º 0.81% 0.69% -
HSV(B) 23.62º 0.53% 0.94% -
XYZ 52.01 45.91 21.74 -
YUV 180.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 240 163 113 0 0.32 0.53 0.06 23.62 0.81 0.69
Hex F0 A3 71 0 20 35 6 18 51 45
Octal 360 243 161 0 40 65 6 30 121 105
Binary 11110000 10100011 1110001 0 100000 110101 110 11000 1010001 1000101

Color Harmonies of #F0A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A371

Black with #F0A371

Text Example


Text Example

White with #F0A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A371; }

 p { color: rgb(240,163,113); }

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

background-color css

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

 a { background-color: rgb(240,163,113); }

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

border-color css

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

 span { border-color: rgb(240,163,113); }

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