#FE2DB2

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

Shades of Spicy Pink #FE2DB2

Tints of Spicy Pink #FE2DB2

Color information

#FE2DB2 (or 0xFE2DB2) is unknown color: approx Spicy Pink. HEX triplet: FE, 2D and B2. RGB value is (254,45,178). Sum of RGB (Red+Green+Blue) = 254+45+178=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DB2 is #01D24D. Grayscale: #7A7A7A. Windows color (decimal): -119374 or 11677182. OLE color: 11677182.

HSL color Cylindrical-coordinate representation of color #FE2DB2: hue angle of 321.82º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB25445178-
CMYK00.820.300.00
HSL321.82º99.05%58.63%-
HSV(B)321.82º82.28%99.61%-
XYZ49.8526.1644.54-
YUV122.65159.24221.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.25%
GREEN value IS 45 (17.97% from 255) = 9.43%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=53.25%
G=9.43%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544517800.820.300.00321.8299.0558.63
HexFE2DB20521E0142633b
Octal37655262012236050214373
Binary1111111010110110110010010100101111001010000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DB2; }

 p { color: rgb(254,45,178); }

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

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

 a { background-color: rgb(254,45,178); }

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

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

 span { border-color: rgb(254,45,178); }

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