#FDA171

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

Shades of Hit Pink #FDA171

Tints of Hit Pink #FDA171

Color information

#FDA171 (or 0xFDA171) is unknown color: approx Hit Pink. HEX triplet: FD, A1 and 71. RGB value is (253,161,113). Sum of RGB (Red+Green+Blue) = 253+161+113=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA171 is #025E8E. Grayscale: #B7B7B7. Windows color (decimal): -155279 or 7447037. OLE color: 7447037.

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

Color convert

RGB253161113-
CMYK00.360.550.01
HSL20.57º97.22%71.76%-
HSV(B)20.57º55.34%99.22%-
XYZ56.2347.5621.84-
YUV183.0488.48177.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.01%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=48.01%
G=30.55%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316111300.360.550.0120.5797.2271.76
HexFDA171024371156148
Octal37524116104467125141110
Binary11111101101000011110001010010011011111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA171; }

 p { color: rgb(253,161,113); }

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

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

 a { background-color: rgb(253,161,113); }

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

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

 span { border-color: rgb(253,161,113); }

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