Html Css Color HEX #FF21AB Spicy Pink

📋 copy color: '#FF21AB'

red 255 ◦ green 33 ◦ blue 171

#FF21AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #FF21AB

Tints of Spicy Pink #FF21AB

RGB

 RED value IS 255 (100% from 255) = 55.56%

 GREEN value IS 33 (13.28% from 255) = 7.19%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 55.56%
G = 7.19%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF21AB (or 0xFF21AB) is known color: Spicy Pink. HEX triplet: FF, 21 and AB. RGB value is (255,33,171). Sum of RGB (Red+Green+Blue) = 255+33+171=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21AB is #00DE54. Grayscale: #727272. Windows color (decimal): -56917 or 11215359. OLE color: 11215359.

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

Color convert

RGB 255 33 171 -
CMYK 0 0.87 0.33 0
HSL 322.7º 1% 0.56% -
HSV(B) 322.7º 0.87% 1% -
XYZ 49.13 25.29 40.82 -
YUV 115.11 159.55 227.78 -
System Red Green Blue C M Y K H S L
Decimal 255 33 171 0 0.87 0.33 0 322.7 1 0.56
Hex FF 21 AB 0 57 21 0 143 64 38
Octal 377 41 253 0 127 41 0 503 144 70
Binary 11111111 100001 10101011 0 1010111 100001 0 101000011 1100100 111000

Color Harmonies of #FF21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF21AB

Black with #FF21AB

Text Example


Text Example

White with #FF21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF21AB; }

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

 H1.HeaderClassName
 {
   color: #FF21AB;
 }
 .AnyTagClassName
 {
   color: #FF21AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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