#FDA375

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

Shades of Hit Pink #FDA375

Tints of Hit Pink #FDA375

Color information

#FDA375 (or 0xFDA375) is unknown color: approx Hit Pink. HEX triplet: FD, A3 and 75. RGB value is (253,163,117). Sum of RGB (Red+Green+Blue) = 253+163+117=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA375 is #025C8A. Grayscale: #B8B8B8. Windows color (decimal): -154763 or 7709693. OLE color: 7709693.

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

Color convert

RGB253163117-
CMYK00.360.540.01
HSL20.29º97.14%72.55%-
HSV(B)20.29º53.75%99.22%-
XYZ56.8248.3623.17-
YUV184.6789.82176.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=47.47%
G=30.58%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316311700.360.540.0120.2997.1472.55
HexFDA375024361146149
Octal37524316504466124141111
Binary11111101101000111110101010010011011011010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA375; }

 p { color: rgb(253,163,117); }

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

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

 a { background-color: rgb(253,163,117); }

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

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

 span { border-color: rgb(253,163,117); }

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