Html Css Color HEX #F0A072 Hit Pink

📋 copy color: '#F0A072'

red 240 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #F0A072

Tints of Hit Pink #F0A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 46.69%
G = 31.13%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A072 (or 0xF0A072) is known color: Hit Pink. HEX triplet: F0, A0 and 72. RGB value is (240,160,114). Sum of RGB (Red+Green+Blue) = 240+160+114=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A072 is #0F5F8D. Grayscale: #B2B2B2. Windows color (decimal): -1007502 or 7512304. OLE color: 7512304.

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

Color convert

RGB 240 160 114 -
CMYK 0 0.33 0.52 0.06
HSL 21.9º 0.81% 0.69% -
HSV(B) 21.9º 0.53% 0.94% -
XYZ 51.54 44.88 21.87 -
YUV 178.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 240 160 114 0 0.33 0.52 0.06 21.9 0.81 0.69
Hex F0 A0 72 0 21 34 6 16 51 45
Octal 360 240 162 0 41 64 6 26 121 105
Binary 11110000 10100000 1110010 0 100001 110100 110 10110 1010001 1000101

Color Harmonies of #F0A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A072

Black with #F0A072

Text Example


Text Example

White with #F0A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A072; }

 p { color: rgb(240,160,114); }

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

background-color css

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

 a { background-color: rgb(240,160,114); }

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

border-color css

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

 span { border-color: rgb(240,160,114); }

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