Html Css Color HEX #FF21AE Spicy Pink

📋 copy color: '#FF21AE'

red 255 ◦ green 33 ◦ blue 174

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

Shades of Spicy Pink #FF21AE

Tints of Spicy Pink #FF21AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 55.19%
G = 7.14%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF21AE (or 0xFF21AE) is known color: Spicy Pink. HEX triplet: FF, 21 and AE. RGB value is (255,33,174). Sum of RGB (Red+Green+Blue) = 255+33+174=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21AE is #00DE51. Grayscale: #737373. Windows color (decimal): -56914 or 11411967. OLE color: 11411967.

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

Color convert

RGB 255 33 174 -
CMYK 0 0.87 0.32 0
HSL 321.89º 1% 0.56% -
HSV(B) 321.89º 0.87% 1% -
XYZ 49.42 25.4 42.34 -
YUV 115.45 161.05 227.54 -
System Red Green Blue C M Y K H S L
Decimal 255 33 174 0 0.87 0.32 0 321.89 1 0.56
Hex FF 21 AE 0 57 20 0 142 64 38
Octal 377 41 256 0 127 40 0 502 144 70
Binary 11111111 100001 10101110 0 1010111 100000 0 101000010 1100100 111000

Color Harmonies of #FF21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF21AE

Black with #FF21AE

Text Example


Text Example

White with #FF21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF21AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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