#FFA375

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

Shades of Hit Pink #FFA375

Tints of Hit Pink #FFA375

Color information

#FFA375 (or 0xFFA375) is unknown color: approx Hit Pink. HEX triplet: FF, A3 and 75. RGB value is (255,163,117). Sum of RGB (Red+Green+Blue) = 255+163+117=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA375 is #005C8A. Grayscale: #B9B9B9. Windows color (decimal): -23691 or 7709695. OLE color: 7709695.

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

Color convert

RGB255163117-
CMYK00.360.540
HSL20º100%72.94%-
HSV(B)20º54.12%100%-
XYZ57.5548.7423.2-
YUV185.2689.48177.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.66%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=47.66%
G=30.47%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516311700.360.5402010072.94
HexFFA375024360146449
Octal37724316504466024144111
Binary11111111101000111110101010010011011001010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA375; }

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

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

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

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

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

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

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

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