Html Css Color HEX #FB21A8 Spicy Pink

📋 copy color: '#FB21A8'

red 251 ◦ green 33 ◦ blue 168

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

Shades of Spicy Pink #FB21A8

Tints of Spicy Pink #FB21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.17%

R = 55.53%
G = 7.3%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB21A8 (or 0xFB21A8) is known color: Spicy Pink. HEX triplet: FB, 21 and A8. RGB value is (251,33,168). Sum of RGB (Red+Green+Blue) = 251+33+168=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21A8 is #04DE57. Grayscale: #717171. Windows color (decimal): -319064 or 11018747. OLE color: 11018747.

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

Color convert

RGB 251 33 168 -
CMYK 0 0.87 0.33 0.02
HSL 322.84º 0.96% 0.56% -
HSV(B) 322.84º 0.87% 0.98% -
XYZ 47.4 24.42 39.26 -
YUV 113.57 158.72 226.02 -
System Red Green Blue C M Y K H S L
Decimal 251 33 168 0 0.87 0.33 0.02 322.84 0.96 0.56
Hex FB 21 A8 0 57 21 2 143 60 38
Octal 373 41 250 0 127 41 2 503 140 70
Binary 11111011 100001 10101000 0 1010111 100001 10 101000011 1100000 111000

Color Harmonies of #FB21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21A8

Black with #FB21A8

Text Example


Text Example

White with #FB21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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