Html Css Color HEX #FB21AE Spicy Pink

📋 copy color: '#FB21AE'

red 251 ◦ green 33 ◦ blue 174

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

Shades of Spicy Pink #FB21AE

Tints of Spicy Pink #FB21AE

RGB

 RED value IS 251 (98.44% from 255) = 54.8%

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

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

R = 54.8%
G = 7.21%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB21AE (or 0xFB21AE) is known color: Spicy Pink. HEX triplet: FB, 21 and AE. RGB value is (251,33,174). Sum of RGB (Red+Green+Blue) = 251+33+174=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21AE is #04DE51. Grayscale: #717171. Windows color (decimal): -319058 or 11411963. OLE color: 11411963.

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

Color convert

RGB 251 33 174 -
CMYK 0 0.87 0.31 0.02
HSL 321.19º 0.96% 0.56% -
HSV(B) 321.19º 0.87% 0.98% -
XYZ 47.97 24.65 42.27 -
YUV 114.26 161.72 225.54 -
System Red Green Blue C M Y K H S L
Decimal 251 33 174 0 0.87 0.31 0.02 321.19 0.96 0.56
Hex FB 21 AE 0 57 1F 2 141 60 38
Octal 373 41 256 0 127 37 2 501 140 70
Binary 11111011 100001 10101110 0 1010111 11111 10 101000001 1100000 111000

Color Harmonies of #FB21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21AE

Black with #FB21AE

Text Example


Text Example

White with #FB21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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