#FFA674

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

Shades of Hit Pink #FFA674

Tints of Hit Pink #FFA674

Color information

#FFA674 (or 0xFFA674) is unknown color: approx Hit Pink. HEX triplet: FF, A6 and 74. RGB value is (255,166,116). Sum of RGB (Red+Green+Blue) = 255+166+116=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA674 is #00598B. Grayscale: #BBBBBB. Windows color (decimal): -22924 or 7644927. OLE color: 7644927.

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

Color convert

RGB255166116-
CMYK00.350.550
HSL21.58º100%72.75%-
HSV(B)21.58º54.51%100%-
XYZ58.0349.7923.08-
YUV186.9187.99176.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=47.49%
G=30.91%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516611600.350.55021.5810072.75
HexFFA674023370166449
Octal37724616404367026144111
Binary11111111101001101110100010001111011101011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA674; }

 p { color: rgb(255,166,116); }

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

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

 a { background-color: rgb(255,166,116); }

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

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

 span { border-color: rgb(255,166,116); }

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