#F6A16E

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

Shades of Hit Pink #F6A16E

Tints of Hit Pink #F6A16E

Color information

#F6A16E (or 0xF6A16E) is unknown color: approx Hit Pink. HEX triplet: F6, A1 and 6E. RGB value is (246,161,110). Sum of RGB (Red+Green+Blue) = 246+161+110=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A16E is #095E91. Grayscale: #B4B4B4. Windows color (decimal): -614034 or 7250422. OLE color: 7250422.

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

Color convert

RGB246161110-
CMYK00.350.550.04
HSL22.5º88.31%69.8%-
HSV(B)22.5º55.28%96.47%-
XYZ53.5746.2120.85-
YUV180.688.16174.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=47.58%
G=31.14%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616111000.350.550.0422.588.3169.8
HexF6A16E023374175846
Octal36624115604367427130106
Binary1111011010100001110111001000111101111001011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A16E; }

 p { color: rgb(246,161,110); }

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

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

 a { background-color: rgb(246,161,110); }

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

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

 span { border-color: rgb(246,161,110); }

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