#FDA071

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

Shades of Hit Pink #FDA071

Tints of Hit Pink #FDA071

Color information

#FDA071 (or 0xFDA071) is unknown color: approx Hit Pink. HEX triplet: FD, A0 and 71. RGB value is (253,160,113). Sum of RGB (Red+Green+Blue) = 253+160+113=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA071 is #025F8E. Grayscale: #B6B6B6. Windows color (decimal): -155535 or 7446781. OLE color: 7446781.

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

Color convert

RGB253160113-
CMYK00.370.550.01
HSL20.14º97.22%71.76%-
HSV(B)20.14º55.34%99.22%-
XYZ56.0647.2221.78-
YUV182.4588.81178.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=48.10%
G=30.42%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316011300.370.550.0120.1497.2271.76
HexFDA071025371146148
Octal37524016104567124141110
Binary11111101101000001110001010010111011111010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA071; }

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

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

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

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

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

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

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

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