#FDA570

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

Shades of Hit Pink #FDA570

Tints of Hit Pink #FDA570

Color information

#FDA570 (or 0xFDA570) is unknown color: approx Hit Pink. HEX triplet: FD, A5 and 70. RGB value is (253,165,112). Sum of RGB (Red+Green+Blue) = 253+165+112=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA570 is #025A8F. Grayscale: #B9B9B9. Windows color (decimal): -154256 or 7382525. OLE color: 7382525.

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

Color convert

RGB253165112-
CMYK00.350.560.01
HSL22.55º97.24%71.57%-
HSV(B)22.55º55.73%99.22%-
XYZ56.8948.9621.78-
YUV185.2786.65176.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=47.74%
G=31.13%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316511200.350.560.0122.5597.2471.57
HexFDA570023381176148
Octal37524516004370127141110
Binary11111101101001011110000010001111100011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA570; }

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

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

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

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

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

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

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

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