#fa13a4

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

Shades of Spicy Pink #FA13A4

Tints of Spicy Pink #FA13A4

Color information

#FA13A4 (or 0xFA13A4) is unknown color: approx Spicy Pink. HEX triplet: FA, 13 and A4. RGB value is (250,19,164). Sum of RGB (Red+Green+Blue) = 250+19+164=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA13A4 is #05EC5B. Grayscale: #686868. Windows color (decimal): -388188 or 10753018. OLE color: 10753018.

HSL color Cylindrical-coordinate representation of color #FA13A4: hue angle of 322.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA13A4 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB25019164-
CMYK00.920.340.02
HSL322.34º95.85%52.75%-
HSV(B)322.34º92.4%98.04%-
XYZ46.3623.4737.21-
YUV104.6161.53231.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 19 (7.81% from 255) = 4.39%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=57.74%
G=4.39%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501916400.920.340.02322.3495.8552.75
HexFA13A405C2221426035
Octal37223244013442250214065
Binary11111010100111010010001011100100010101010000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa13a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa13a4; }

 p { color: rgb(250,19,164); }

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

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

 a { background-color: rgb(250,19,164); }

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

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

 span { border-color: rgb(250,19,164); }

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