Html Css Color HEX #F0A06D Hit Pink

📋 copy color: '#F0A06D'

red 240 ◦ green 160 ◦ blue 109

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

Shades of Hit Pink #F0A06D

Tints of Hit Pink #F0A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 47.15%
G = 31.43%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0A06D (or 0xF0A06D) is known color: Hit Pink. HEX triplet: F0, A0 and 6D. RGB value is (240,160,109). Sum of RGB (Red+Green+Blue) = 240+160+109=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A06D is #0F5F92. Grayscale: #B2B2B2. Windows color (decimal): -1007507 or 7184624. OLE color: 7184624.

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

Color convert

RGB 240 160 109 -
CMYK 0 0.33 0.55 0.06
HSL 23.36º 0.81% 0.68% -
HSV(B) 23.36º 0.55% 0.94% -
XYZ 51.27 44.77 20.41 -
YUV 178.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 240 160 109 0 0.33 0.55 0.06 23.36 0.81 0.68
Hex F0 A0 6D 0 21 37 6 17 51 44
Octal 360 240 155 0 41 67 6 27 121 104
Binary 11110000 10100000 1101101 0 100001 110111 110 10111 1010001 1000100

Color Harmonies of #F0A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A06D

Black with #F0A06D

Text Example


Text Example

White with #F0A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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