#FF21BE

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

Shades of Spicy Pink #FF21BE

Tints of Spicy Pink #FF21BE

Color information

#FF21BE (or 0xFF21BE) is unknown color: approx Spicy Pink. HEX triplet: FF, 21 and BE. RGB value is (255,33,190). Sum of RGB (Red+Green+Blue) = 255+33+190=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21BE is #00DE41. Grayscale: #747474. Windows color (decimal): -56898 or 12460543. OLE color: 12460543.

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

Color convert

RGB25533190-
CMYK00.870.250
HSL317.57º100%56.47%-
HSV(B)317.57º87.06%100%-
XYZ51.0826.0751.05-
YUV117.28169.05226.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.35%
GREEN value IS 33 (13.28% from 255) = 6.90%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=53.35%
G=6.90%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553319000.870.250317.5710056.47
HexFF21BE05719013e6438
Octal37741276012731047614470
Binary1111111110000110111110010101111100101001111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21BE; }

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

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

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

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

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

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

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

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