#FFA274

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

Shades of Hit Pink #FFA274

Tints of Hit Pink #FFA274

Color information

#FFA274 (or 0xFFA274) is unknown color: approx Hit Pink. HEX triplet: FF, A2 and 74. RGB value is (255,162,116). Sum of RGB (Red+Green+Blue) = 255+162+116=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA274 is #005D8B. Grayscale: #B8B8B8. Windows color (decimal): -23948 or 7643903. OLE color: 7643903.

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

Color convert

RGB255162116-
CMYK00.360.550
HSL19.86º100%72.75%-
HSV(B)19.86º54.51%100%-
XYZ57.3148.3622.84-
YUV184.5689.31178.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=47.84%
G=30.39%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516211600.360.55019.8610072.75
HexFFA274024370146449
Octal37724216404467024144111
Binary11111111101000101110100010010011011101010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA274; }

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

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

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

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

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

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

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

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