#FDA474

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

Shades of Hit Pink #FDA474

Tints of Hit Pink #FDA474

Color information

#FDA474 (or 0xFDA474) is unknown color: approx Hit Pink. HEX triplet: FD, A4 and 74. RGB value is (253,164,116). Sum of RGB (Red+Green+Blue) = 253+164+116=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA474 is #025B8B. Grayscale: #B9B9B9. Windows color (decimal): -154508 or 7644413. OLE color: 7644413.

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

Color convert

RGB253164116-
CMYK00.350.540.01
HSL21.02º97.16%72.35%-
HSV(B)21.02º54.15%99.22%-
XYZ56.9448.6922.92-
YUV185.1488.99176.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.47%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=47.47%
G=30.77%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316411600.350.540.0121.0297.1672.35
HexFDA474023361156148
Octal37524416404366125141110
Binary11111101101001001110100010001111011011010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA474; }

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

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

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

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

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

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

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

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