#FF1DB3

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

Shades of Spicy Pink #FF1DB3

Tints of Spicy Pink #FF1DB3

Color information

#FF1DB3 (or 0xFF1DB3) is unknown color: approx Spicy Pink. HEX triplet: FF, 1D and B3. RGB value is (255,29,179). Sum of RGB (Red+Green+Blue) = 255+29+179=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1DB3 is #00E24C. Grayscale: #717171. Windows color (decimal): -57933 or 11738623. OLE color: 11738623.

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

Color convert

RGB25529179-
CMYK00.890.300
HSL320.18º100%55.69%-
HSV(B)320.18º88.63%100%-
XYZ49.8225.3944.92-
YUV113.67164.87228.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 29 (11.72% from 255) = 6.26%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=55.08%
G=6.26%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552917900.890.300320.1810055.69
HexFF1DB30591E01406438
Octal37735263013136050014470
Binary111111111110110110011010110011111001010000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1DB3; }

 p { color: rgb(255,29,179); }

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

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

 a { background-color: rgb(255,29,179); }

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

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

 span { border-color: rgb(255,29,179); }

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