Html Css Color HEX #F0A273 Hit Pink

📋 copy color: '#F0A273'

red 240 ◦ green 162 ◦ blue 115

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

Shades of Hit Pink #F0A273

Tints of Hit Pink #F0A273

RGB

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

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

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

R = 46.42%
G = 31.33%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0A273 (or 0xF0A273) is known color: Hit Pink. HEX triplet: F0, A2 and 73. RGB value is (240,162,115). Sum of RGB (Red+Green+Blue) = 240+162+115=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A273 is #0F5D8C. Grayscale: #B4B4B4. Windows color (decimal): -1006989 or 7578352. OLE color: 7578352.

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

Color convert

RGB 240 162 115 -
CMYK 0 0.32 0.52 0.06
HSL 22.56º 0.81% 0.7% -
HSV(B) 22.56º 0.52% 0.94% -
XYZ 51.95 45.6 22.28 -
YUV 179.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 240 162 115 0 0.32 0.52 0.06 22.56 0.81 0.7
Hex F0 A2 73 0 20 34 6 17 51 46
Octal 360 242 163 0 40 64 6 27 121 106
Binary 11110000 10100010 1110011 0 100000 110100 110 10111 1010001 1000110

Color Harmonies of #F0A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A273

Black with #F0A273

Text Example


Text Example

White with #F0A273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A273; }

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

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

background-color css

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

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

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

border-color css

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

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

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