#FDA572

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

Shades of Hit Pink #FDA572

Tints of Hit Pink #FDA572

Color information

#FDA572 (or 0xFDA572) is unknown color: approx Hit Pink. HEX triplet: FD, A5 and 72. RGB value is (253,165,114). Sum of RGB (Red+Green+Blue) = 253+165+114=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA572 is #025A8D. Grayscale: #B9B9B9. Windows color (decimal): -154254 or 7513597. OLE color: 7513597.

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

Color convert

RGB253165114-
CMYK00.350.550.01
HSL22.01º97.2%71.96%-
HSV(B)22.01º54.94%99.22%-
XYZ5749.0122.37-
YUV185.587.65176.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=47.56%
G=31.02%
B=21.43%

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
Decimal25316511400.350.550.0122.0197.271.96
HexFDA572023371166148
Octal37524516204367126141110
Binary11111101101001011110010010001111011111011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA572; }

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

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

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

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

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

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

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

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