#FF21AF

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

Shades of Spicy Pink #FF21AF

Tints of Spicy Pink #FF21AF

Color information

#FF21AF (or 0xFF21AF) is unknown color: approx Spicy Pink. HEX triplet: FF, 21 and AF. RGB value is (255,33,175). Sum of RGB (Red+Green+Blue) = 255+33+175=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21AF is #00DE50. Grayscale: #737373. Windows color (decimal): -56913 or 11477503. OLE color: 11477503.

HSL color Cylindrical-coordinate representation of color #FF21AF: hue angle of 321.62º 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 #FF21AF is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB25533175-
CMYK00.870.310
HSL321.62º100%56.47%-
HSV(B)321.62º87.06%100%-
XYZ49.5225.4442.86-
YUV115.57161.55227.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=55.08%
G=7.13%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553317500.870.310321.6210056.47
HexFF21AF0571F01426438
Octal37741257012737050214470
Binary1111111110000110101111010101111111101010000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21AF; }

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

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

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

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

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

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

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

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