#F2A26F

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

Shades of Hit Pink #F2A26F

Tints of Hit Pink #F2A26F

Color information

#F2A26F (or 0xF2A26F) is unknown color: approx Hit Pink. HEX triplet: F2, A2 and 6F. RGB value is (242,162,111). Sum of RGB (Red+Green+Blue) = 242+162+111=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A26F is #0D5D90. Grayscale: #B4B4B4. Windows color (decimal): -875921 or 7316210. OLE color: 7316210.

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

Color convert

RGB242162111-
CMYK00.330.540.05
HSL23.36º83.44%69.22%-
HSV(B)23.36º54.13%94.9%-
XYZ52.4145.8721.13-
YUV180.1189172.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 111 (43.75% from 255) = 21.55%
R=46.99%
G=31.46%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216211100.330.540.0523.3683.4469.22
HexF2A26F021365175345
Octal36224215704166527123105
Binary1111001010100010110111101000011101101011011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A26F; }

 p { color: rgb(242,162,111); }

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

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

 a { background-color: rgb(242,162,111); }

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

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

 span { border-color: rgb(242,162,111); }

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