#FF21B6

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

Shades of Spicy Pink #FF21B6

Tints of Spicy Pink #FF21B6

Color information

#FF21B6 (or 0xFF21B6) is unknown color: approx Spicy Pink. HEX triplet: FF, 21 and B6. RGB value is (255,33,182). Sum of RGB (Red+Green+Blue) = 255+33+182=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21B6 is #00DE49. Grayscale: #737373. Windows color (decimal): -56906 or 11936255. OLE color: 11936255.

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

Color convert

RGB25533182-
CMYK00.870.290
HSL319.73º100%56.47%-
HSV(B)319.73º87.06%100%-
XYZ50.2325.7346.57-
YUV116.36165.05226.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 33 (13.28% from 255) = 7.02%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=54.26%
G=7.02%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553318200.870.290319.7310056.47
HexFF21B60571D01406438
Octal37741266012735050014470
Binary1111111110000110110110010101111110101010000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21B6; }

 p { color: rgb(255,33,182); }

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

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

 a { background-color: rgb(255,33,182); }

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

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

 span { border-color: rgb(255,33,182); }

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