Html Css Color HEX #F0A271 Hit Pink

📋 copy color: '#F0A271'

red 240 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #F0A271

Tints of Hit Pink #F0A271

RGB

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

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

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

R = 46.6%
G = 31.46%
B = 21.94%

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

#F0A271 (or 0xF0A271) is known color: Hit Pink. HEX triplet: F0, A2 and 71. RGB value is (240,162,113). Sum of RGB (Red+Green+Blue) = 240+162+113=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A271 is #0F5D8E. Grayscale: #B4B4B4. Windows color (decimal): -1006991 or 7447280. OLE color: 7447280.

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

Color convert

RGB 240 162 113 -
CMYK 0 0.32 0.53 0.06
HSL 23.15º 0.81% 0.69% -
HSV(B) 23.15º 0.53% 0.94% -
XYZ 51.84 45.56 21.68 -
YUV 179.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 240 162 113 0 0.32 0.53 0.06 23.15 0.81 0.69
Hex F0 A2 71 0 20 35 6 17 51 45
Octal 360 242 161 0 40 65 6 27 121 105
Binary 11110000 10100010 1110001 0 100000 110101 110 10111 1010001 1000101

Color Harmonies of #F0A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A271

Black with #F0A271

Text Example


Text Example

White with #F0A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A271; }

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

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

background-color css

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

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

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

border-color css

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

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

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