#F2A56E

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

Shades of Hit Pink #F2A56E

Tints of Hit Pink #F2A56E

Color information

#F2A56E (or 0xF2A56E) is unknown color: approx Hit Pink. HEX triplet: F2, A5 and 6E. RGB value is (242,165,110). Sum of RGB (Red+Green+Blue) = 242+165+110=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A56E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A56E is #0D5A91. Grayscale: #B6B6B6. Windows color (decimal): -875154 or 7251442. OLE color: 7251442.

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

Color convert

RGB242165110-
CMYK00.320.550.05
HSL25º83.54%69.02%-
HSV(B)25º54.55%94.9%-
XYZ52.8946.9121.02-
YUV181.7587.51170.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=46.81%
G=31.91%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216511000.320.550.052583.5469.02
HexF2A56E020375195445
Octal36224515604067531124105
Binary1111001010100101110111001000001101111011100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A56E; }

 p { color: rgb(242,165,110); }

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

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

 a { background-color: rgb(242,165,110); }

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

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

 span { border-color: rgb(242,165,110); }

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