Html Css Color HEX #F0A171 Hit Pink

📋 copy color: '#F0A171'

red 240 ◦ green 161 ◦ blue 113

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

Shades of Hit Pink #F0A171

Tints of Hit Pink #F0A171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.32%

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

R = 46.69%
G = 31.32%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0A171 (or 0xF0A171) is known color: Hit Pink. HEX triplet: F0, A1 and 71. RGB value is (240,161,113). Sum of RGB (Red+Green+Blue) = 240+161+113=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A171 is #0F5E8E. Grayscale: #B3B3B3. Windows color (decimal): -1007247 or 7447024. OLE color: 7447024.

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

Color convert

RGB 240 161 113 -
CMYK 0 0.33 0.53 0.06
HSL 22.68º 0.81% 0.69% -
HSV(B) 22.68º 0.53% 0.94% -
XYZ 51.66 45.21 21.63 -
YUV 179.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 240 161 113 0 0.33 0.53 0.06 22.68 0.81 0.69
Hex F0 A1 71 0 21 35 6 17 51 45
Octal 360 241 161 0 41 65 6 27 121 105
Binary 11110000 10100001 1110001 0 100001 110101 110 10111 1010001 1000101

Color Harmonies of #F0A171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A171

Black with #F0A171

Text Example


Text Example

White with #F0A171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A171; }

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

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

background-color css

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

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

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

border-color css

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

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

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