#F1A66D

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

Shades of Hit Pink #F1A66D

Tints of Hit Pink #F1A66D

Color information

#F1A66D (or 0xF1A66D) is unknown color: approx Hit Pink. HEX triplet: F1, A6 and 6D. RGB value is (241,166,109). Sum of RGB (Red+Green+Blue) = 241+166+109=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A66D is #0E5992. Grayscale: #B6B6B6. Windows color (decimal): -940435 or 7186161. OLE color: 7186161.

HSL color Cylindrical-coordinate representation of color #F1A66D: hue angle of 25.91º degrees, saturation: 0.82, 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 #F1A66D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241166109-
CMYK00.310.550.05
HSL25.91º82.5%68.63%-
HSV(B)25.91º54.77%94.51%-
XYZ52.6747.0820.78-
YUV181.9386.85170.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 109 (42.97% from 255) = 21.12%
R=46.71%
G=32.17%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116610900.310.550.0525.9182.568.63
HexF1A66D01F3751a5245
Octal36124615503767532122105
Binary111100011010011011011010111111101111011101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A66D; }

 p { color: rgb(241,166,109); }

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

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

 a { background-color: rgb(241,166,109); }

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

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

 span { border-color: rgb(241,166,109); }

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