#FFA272

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

Shades of Hit Pink #FFA272

Tints of Hit Pink #FFA272

Color information

#FFA272 (or 0xFFA272) is unknown color: approx Hit Pink. HEX triplet: FF, A2 and 72. RGB value is (255,162,114). Sum of RGB (Red+Green+Blue) = 255+162+114=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA272 is #005D8D. Grayscale: #B8B8B8. Windows color (decimal): -23950 or 7512831. OLE color: 7512831.

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

Color convert

RGB255162114-
CMYK00.360.550
HSL20.43º100%72.35%-
HSV(B)20.43º55.29%100%-
XYZ57.248.3222.23-
YUV184.3488.31178.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=48.02%
G=30.51%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516211400.360.55020.4310072.35
HexFFA272024370146448
Octal37724216204467024144110
Binary11111111101000101110010010010011011101010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA272; }

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

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

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

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

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

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

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

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