Html Css Color HEX #FB21B8 Spicy Pink

📋 copy color: '#FB21B8'

red 251 ◦ green 33 ◦ blue 184

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

Shades of Spicy Pink #FB21B8

Tints of Spicy Pink #FB21B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 53.63%
G = 7.05%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB21B8 (or 0xFB21B8) is known color: Spicy Pink. HEX triplet: FB, 21 and B8. RGB value is (251,33,184). Sum of RGB (Red+Green+Blue) = 251+33+184=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21B8 is #04DE47. Grayscale: #737373. Windows color (decimal): -319048 or 12067323. OLE color: 12067323.

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

Color convert

RGB 251 33 184 -
CMYK 0 0.87 0.27 0.02
HSL 318.44º 0.96% 0.56% -
HSV(B) 318.44º 0.87% 0.98% -
XYZ 48.98 25.06 47.6 -
YUV 115.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 251 33 184 0 0.87 0.27 0.02 318.44 0.96 0.56
Hex FB 21 B8 0 57 1B 2 13E 60 38
Octal 373 41 270 0 127 33 2 476 140 70
Binary 11111011 100001 10111000 0 1010111 11011 10 100111110 1100000 111000

Color Harmonies of #FB21B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21B8

Black with #FB21B8

Text Example


Text Example

White with #FB21B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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