#F2A16D

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

Shades of Hit Pink #F2A16D

Tints of Hit Pink #F2A16D

Color information

#F2A16D (or 0xF2A16D) is unknown color: approx Hit Pink. HEX triplet: F2, A1 and 6D. RGB value is (242,161,109). Sum of RGB (Red+Green+Blue) = 242+161+109=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A16D is #0D5E92. Grayscale: #B3B3B3. Windows color (decimal): -876179 or 7184882. OLE color: 7184882.

HSL color Cylindrical-coordinate representation of color #F2A16D: hue angle of 23.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2A16D is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242161109-
CMYK00.330.550.05
HSL23.46º83.65%68.82%-
HSV(B)23.46º54.96%94.9%-
XYZ52.1245.4720.5-
YUV179.2988.34172.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=47.27%
G=31.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216110900.330.550.0523.4683.6568.82
HexF2A16D021375175445
Octal36224115504167527124105
Binary1111001010100001110110101000011101111011011110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A16D; }

 p { color: rgb(242,161,109); }

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

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

 a { background-color: rgb(242,161,109); }

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

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

 span { border-color: rgb(242,161,109); }

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