#ffa372

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

Shades of Hit Pink #FFA372

Tints of Hit Pink #FFA372

Color information

#FFA372 (or 0xFFA372) is unknown color: approx Hit Pink. HEX triplet: FF, A3 and 72. RGB value is (255,163,114). Sum of RGB (Red+Green+Blue) = 255+163+114=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA372 is #005C8D. Grayscale: #B9B9B9. Windows color (decimal): -23694 or 7513087. OLE color: 7513087.

HSL color Cylindrical-coordinate representation of color #FFA372: hue angle of 20.85º 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 #FFA372 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255163114-
CMYK00.360.550
HSL20.85º100%72.35%-
HSV(B)20.85º55.29%100%-
XYZ57.3748.6722.29-
YUV184.9287.98177.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=47.93%
G=30.64%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516311400.360.55020.8510072.35
HexFFA372024370156448
Octal37724316204467025144110
Binary11111111101000111110010010010011011101010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa372; }

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

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

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

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

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

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

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

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