#FA2DB6

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

Shades of Spicy Pink #FA2DB6

Tints of Spicy Pink #FA2DB6

Color information

#FA2DB6 (or 0xFA2DB6) is unknown color: approx Spicy Pink. HEX triplet: FA, 2D and B6. RGB value is (250,45,182). Sum of RGB (Red+Green+Blue) = 250+45+182=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2DB6 is #05D249. Grayscale: #797979. Windows color (decimal): -381514 or 11939322. OLE color: 11939322.

HSL color Cylindrical-coordinate representation of color #FA2DB6: hue angle of 319.9º 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 #FA2DB6 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB25045182-
CMYK00.820.270.02
HSL319.9º95.35%57.84%-
HSV(B)319.9º82%98.04%-
XYZ48.8125.5846.62-
YUV121.91161.92219.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 45 (17.97% from 255) = 9.43%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=52.41%
G=9.43%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504518200.820.270.02319.995.3557.84
HexFA2DB60521B21405f3a
Octal37255266012233250013772
Binary11111010101101101101100101001011011101010000001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2DB6; }

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

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

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

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

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

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

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

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