Html Css Color HEX #FB20B5 Spicy Pink

📋 copy color: '#FB20B5'

red 251 ◦ green 32 ◦ blue 181

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

Shades of Spicy Pink #FB20B5

Tints of Spicy Pink #FB20B5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.9%

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 54.09%
G = 6.9%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB20B5 (or 0xFB20B5) is known color: Spicy Pink. HEX triplet: FB, 20 and B5. RGB value is (251,32,181). Sum of RGB (Red+Green+Blue) = 251+32+181=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20B5 is #04DF4A. Grayscale: #727272. Windows color (decimal): -319307 or 11870459. OLE color: 11870459.

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

Color convert

RGB 251 32 181 -
CMYK 0 0.87 0.28 0.02
HSL 319.18º 0.96% 0.55% -
HSV(B) 319.18º 0.87% 0.98% -
XYZ 48.64 24.88 45.95 -
YUV 114.47 165.55 225.38 -
System Red Green Blue C M Y K H S L
Decimal 251 32 181 0 0.87 0.28 0.02 319.18 0.96 0.55
Hex FB 20 B5 0 57 1C 2 13F 60 37
Octal 373 40 265 0 127 34 2 477 140 67
Binary 11111011 100000 10110101 0 1010111 11100 10 100111111 1100000 110111

Color Harmonies of #FB20B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20B5

Black with #FB20B5

Text Example


Text Example

White with #FB20B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20B5; }

 p { color: rgb(251,32,181); }

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

background-color css

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

 a { background-color: rgb(251,32,181); }

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

border-color css

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

 span { border-color: rgb(251,32,181); }

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