Html Css Color HEX #F0A073 Hit Pink

📋 copy color: '#F0A073'

red 240 ◦ green 160 ◦ blue 115

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

Shades of Hit Pink #F0A073

Tints of Hit Pink #F0A073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 46.6%
G = 31.07%
B = 22.33%

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

#F0A073 (or 0xF0A073) is known color: Hit Pink. HEX triplet: F0, A0 and 73. RGB value is (240,160,115). Sum of RGB (Red+Green+Blue) = 240+160+115=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A073 is #0F5F8C. Grayscale: #B3B3B3. Windows color (decimal): -1007501 or 7577840. OLE color: 7577840.

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

Color convert

RGB 240 160 115 -
CMYK 0 0.33 0.52 0.06
HSL 21.6º 0.81% 0.7% -
HSV(B) 21.6º 0.52% 0.94% -
XYZ 51.6 44.9 22.17 -
YUV 178.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 240 160 115 0 0.33 0.52 0.06 21.6 0.81 0.7
Hex F0 A0 73 0 21 34 6 16 51 46
Octal 360 240 163 0 41 64 6 26 121 106
Binary 11110000 10100000 1110011 0 100001 110100 110 10110 1010001 1000110

Color Harmonies of #F0A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A073

Black with #F0A073

Text Example


Text Example

White with #F0A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A073; }

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

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

background-color css

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

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

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

border-color css

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

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

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