#FA1CA8

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

Shades of Spicy Pink #FA1CA8

Tints of Spicy Pink #FA1CA8

Color information

#FA1CA8 (or 0xFA1CA8) is unknown color: approx Spicy Pink. HEX triplet: FA, 1C and A8. RGB value is (250,28,168). Sum of RGB (Red+Green+Blue) = 250+28+168=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1CA8 is #05E357. Grayscale: #6E6E6E. Windows color (decimal): -385880 or 11017466. OLE color: 11017466.

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

Color convert

RGB25028168-
CMYK00.890.330.02
HSL322.16º95.69%54.51%-
HSV(B)322.16º88.8%98.04%-
XYZ46.9123.9839.2-
YUV110.34160.55227.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.05%
GREEN value IS 28 (11.33% from 255) = 6.28%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=56.05%
G=6.28%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502816800.890.330.02322.1695.6954.51
HexFA1CA80592121426037
Octal37234250013141250214067
Binary11111010111001010100001011001100001101010000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1CA8; }

 p { color: rgb(250,28,168); }

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

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

 a { background-color: rgb(250,28,168); }

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

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

 span { border-color: rgb(250,28,168); }

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