#F6A072

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

Shades of Hit Pink #F6A072

Tints of Hit Pink #F6A072

Color information

#F6A072 (or 0xF6A072) is unknown color: approx Hit Pink. HEX triplet: F6, A0 and 72. RGB value is (246,160,114). Sum of RGB (Red+Green+Blue) = 246+160+114=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A072 is #095F8D. Grayscale: #B4B4B4. Windows color (decimal): -614286 or 7512310. OLE color: 7512310.

HSL color Cylindrical-coordinate representation of color #F6A072: hue angle of 20.91º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6A072 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246160114-
CMYK00.350.540.04
HSL20.91º88%70.59%-
HSV(B)20.91º53.66%96.47%-
XYZ53.6145.9521.96-
YUV180.4790.49174.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=47.31%
G=30.77%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616011400.350.540.0420.918870.59
HexF6A072023364155847
Octal36624016204366425130107
Binary1111011010100000111001001000111101101001010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A072; }

 p { color: rgb(246,160,114); }

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

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

 a { background-color: rgb(246,160,114); }

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

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

 span { border-color: rgb(246,160,114); }

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