Html Css Color HEX #F0A471 Hit Pink

📋 copy color: '#F0A471'

red 240 ◦ green 164 ◦ blue 113

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

Shades of Hit Pink #F0A471

Tints of Hit Pink #F0A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.72%

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

R = 46.42%
G = 31.72%
B = 21.86%

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

#F0A471 (or 0xF0A471) is known color: Hit Pink. HEX triplet: F0, A4 and 71. RGB value is (240,164,113). Sum of RGB (Red+Green+Blue) = 240+164+113=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A471 is #0F5B8E. Grayscale: #B5B5B5. Windows color (decimal): -1006479 or 7447792. OLE color: 7447792.

HSL color Cylindrical-coordinate representation of color #F0A471: hue angle of 24.09º 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 #F0A471 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 113 -
CMYK 0 0.32 0.53 0.06
HSL 24.09º 0.81% 0.69% -
HSV(B) 24.09º 0.53% 0.94% -
XYZ 52.19 46.27 21.8 -
YUV 180.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 240 164 113 0 0.32 0.53 0.06 24.09 0.81 0.69
Hex F0 A4 71 0 20 35 6 18 51 45
Octal 360 244 161 0 40 65 6 30 121 105
Binary 11110000 10100100 1110001 0 100000 110101 110 11000 1010001 1000101

Color Harmonies of #F0A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A471

Black with #F0A471

Text Example


Text Example

White with #F0A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A471; }

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

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

background-color css

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

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

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

border-color css

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

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

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