#FA2DB4

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

Shades of Spicy Pink #FA2DB4

Tints of Spicy Pink #FA2DB4

Color information

#FA2DB4 (or 0xFA2DB4) is unknown color: approx Spicy Pink. HEX triplet: FA, 2D and B4. RGB value is (250,45,180). Sum of RGB (Red+Green+Blue) = 250+45+180=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB4 is #05D24B. Grayscale: #797979. Windows color (decimal): -381516 or 11808250. OLE color: 11808250.

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

Color convert

RGB25045180-
CMYK00.820.280.02
HSL320.49º95.35%57.84%-
HSV(B)320.49º82%98.04%-
XYZ48.625.545.54-
YUV121.68160.92219.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.63%
GREEN value IS 45 (17.97% from 255) = 9.47%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=52.63%
G=9.47%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504518000.820.280.02320.4995.3557.84
HexFA2DB40521C21405f3a
Octal37255264012234250013772
Binary11111010101101101101000101001011100101010000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2DB4; }

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

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

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

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

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

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

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

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