#F6A86D

Color #F6A86D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F6A86D

Tints of Hit Pink #F6A86D

Color information

#F6A86D (or 0xF6A86D) is unknown color: approx Hit Pink. HEX triplet: F6, A8 and 6D. RGB value is (246,168,109). Sum of RGB (Red+Green+Blue) = 246+168+109=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A86D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A86D is #095792. Grayscale: #B8B8B8. Windows color (decimal): -612243 or 7186678. OLE color: 7186678.

HSL color Cylindrical-coordinate representation of color #F6A86D: hue angle of 25.84º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6A86D is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246168109-
CMYK00.320.560.04
HSL25.84º88.39%69.61%-
HSV(B)25.84º55.69%96.47%-
XYZ54.7748.720.98-
YUV184.685.34171.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=47.04%
G=32.12%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616810900.320.560.0425.8488.3969.61
HexF6A86D0203841a5846
Octal36625015504070432130106
Binary1111011010101000110110101000001110001001101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A86D; }

 p { color: rgb(246,168,109); }

 H1.HeaderClassName
 {
   color: #F6A86D;
 }
 .AnyTagClassName
 {
   color: #F6A86D;
 }
</style>
background-color css

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

 a { background-color: rgb(246,168,109); }

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

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

 span { border-color: rgb(246,168,109); }

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