#FFAD72

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

Shades of Hit Pink #FFAD72

Tints of Hit Pink #FFAD72

Color information

#FFAD72 (or 0xFFAD72) is unknown color: approx Hit Pink. HEX triplet: FF, AD and 72. RGB value is (255,173,114). Sum of RGB (Red+Green+Blue) = 255+173+114=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD72 is #00528D. Grayscale: #BFBFBF. Windows color (decimal): -21134 or 7515647. OLE color: 7515647.

HSL color Cylindrical-coordinate representation of color #FFAD72: hue angle of 25.11º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFAD72 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255173114-
CMYK00.320.550
HSL25.11º100%72.35%-
HSV(B)25.11º55.29%100%-
XYZ59.2252.3622.91-
YUV190.7984.67173.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=47.05%
G=31.92%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517311400.320.55025.1110072.35
HexFFAD72020370196448
Octal37725516204067031144110
Binary11111111101011011110010010000011011101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAD72; }

 p { color: rgb(255,173,114); }

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

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

 a { background-color: rgb(255,173,114); }

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

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

 span { border-color: rgb(255,173,114); }

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