#F1A270

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

Shades of Hit Pink #F1A270

Tints of Hit Pink #F1A270

Color information

#F1A270 (or 0xF1A270) is unknown color: approx Hit Pink. HEX triplet: F1, A2 and 70. RGB value is (241,162,112). Sum of RGB (Red+Green+Blue) = 241+162+112=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A270 is #0E5D8F. Grayscale: #B4B4B4. Windows color (decimal): -941456 or 7381745. OLE color: 7381745.

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

Color convert

RGB241162112-
CMYK00.330.540.05
HSL23.26º82.17%69.22%-
HSV(B)23.26º53.53%94.51%-
XYZ52.1245.7121.41-
YUV179.9289.67171.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=46.80%
G=31.46%
B=21.75%

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
Decimal24116211200.330.540.0523.2682.1769.22
HexF1A270021365175245
Octal36124216004166527122105
Binary1111000110100010111000001000011101101011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A270; }

 p { color: rgb(241,162,112); }

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

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

 a { background-color: rgb(241,162,112); }

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

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

 span { border-color: rgb(241,162,112); }

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