#FDA472

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

Shades of Hit Pink #FDA472

Tints of Hit Pink #FDA472

Color information

#FDA472 (or 0xFDA472) is unknown color: approx Hit Pink. HEX triplet: FD, A4 and 72. RGB value is (253,164,114). Sum of RGB (Red+Green+Blue) = 253+164+114=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA472 is #025B8D. Grayscale: #B9B9B9. Windows color (decimal): -154510 or 7513341. OLE color: 7513341.

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

Color convert

RGB253164114-
CMYK00.350.550.01
HSL21.58º97.2%71.96%-
HSV(B)21.58º54.94%99.22%-
XYZ56.8248.6522.31-
YUV184.9187.99176.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.65%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=47.65%
G=30.89%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316411400.350.550.0121.5897.271.96
HexFDA472023371166148
Octal37524416204367126141110
Binary11111101101001001110010010001111011111011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA472; }

 p { color: rgb(253,164,114); }

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

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

 a { background-color: rgb(253,164,114); }

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

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

 span { border-color: rgb(253,164,114); }

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