#FDA275

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

Shades of Hit Pink #FDA275

Tints of Hit Pink #FDA275

Color information

#FDA275 (or 0xFDA275) is unknown color: approx Hit Pink. HEX triplet: FD, A2 and 75. RGB value is (253,162,117). Sum of RGB (Red+Green+Blue) = 253+162+117=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA275 is #025D8A. Grayscale: #B8B8B8. Windows color (decimal): -155019 or 7709437. OLE color: 7709437.

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

Color convert

RGB253162117-
CMYK00.360.540.01
HSL19.85º97.14%72.55%-
HSV(B)19.85º53.75%99.22%-
XYZ56.6448.0123.11-
YUV184.0890.15177.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=47.56%
G=30.45%
B=21.99%

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
Decimal25316211700.360.540.0119.8597.1472.55
HexFDA275024361146149
Octal37524216504466124141111
Binary11111101101000101110101010010011011011010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA275; }

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

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

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

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

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

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

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

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