#F7A572

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

Shades of Hit Pink #F7A572

Tints of Hit Pink #F7A572

Color information

#F7A572 (or 0xF7A572) is unknown color: approx Hit Pink. HEX triplet: F7, A5 and 72. RGB value is (247,165,114). Sum of RGB (Red+Green+Blue) = 247+165+114=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A572 is #085A8D. Grayscale: #B7B7B7. Windows color (decimal): -547470 or 7513591. OLE color: 7513591.

HSL color Cylindrical-coordinate representation of color #F7A572: hue angle of 23.01º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7A572 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247165114-
CMYK00.330.540.03
HSL23.01º89.26%70.78%-
HSV(B)23.01º53.85%96.86%-
XYZ54.8547.922.27-
YUV183.788.67173.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=46.96%
G=31.37%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716511400.330.540.0323.0189.2670.78
HexF7A572021363175947
Octal36724516204166327131107
Binary111101111010010111100100100001110110111011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A572; }

 p { color: rgb(247,165,114); }

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

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

 a { background-color: rgb(247,165,114); }

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

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

 span { border-color: rgb(247,165,114); }

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