#FA21B4

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

Shades of Spicy Pink #FA21B4

Tints of Spicy Pink #FA21B4

Color information

#FA21B4 (or 0xFA21B4) is unknown color: approx Spicy Pink. HEX triplet: FA, 21 and B4. RGB value is (250,33,180). Sum of RGB (Red+Green+Blue) = 250+33+180=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21B4 is #05DE4B. Grayscale: #727272. Windows color (decimal): -384588 or 11805178. OLE color: 11805178.

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

Color convert

RGB25033180-
CMYK00.870.280.02
HSL319.35º95.59%55.49%-
HSV(B)319.35º86.8%98.04%-
XYZ48.2124.7145.41-
YUV114.64164.89224.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.00%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=54.00%
G=7.13%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503318000.870.280.02319.3595.5955.49
HexFA21B40571C213f6037
Octal37241264012734247714067
Binary11111010100001101101000101011111100101001111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA21B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA21B4; }

 p { color: rgb(250,33,180); }

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

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

 a { background-color: rgb(250,33,180); }

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

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

 span { border-color: rgb(250,33,180); }

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