Html Css Color HEX #FB20BC Spicy Pink

📋 copy color: '#FB20BC'

red 251 ◦ green 32 ◦ blue 188

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

Shades of Spicy Pink #FB20BC

Tints of Spicy Pink #FB20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 53.29%
G = 6.79%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB20BC (or 0xFB20BC) is known color: Spicy Pink. HEX triplet: FB, 20 and BC. RGB value is (251,32,188). Sum of RGB (Red+Green+Blue) = 251+32+188=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20BC is #04DF43. Grayscale: #727272. Windows color (decimal): -319300 or 12329211. OLE color: 12329211.

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

Color convert

RGB 251 32 188 -
CMYK 0 0.87 0.25 0.02
HSL 317.26º 0.96% 0.55% -
HSV(B) 317.26º 0.87% 0.98% -
XYZ 49.38 25.17 49.83 -
YUV 115.27 169.05 224.82 -
System Red Green Blue C M Y K H S L
Decimal 251 32 188 0 0.87 0.25 0.02 317.26 0.96 0.55
Hex FB 20 BC 0 57 19 2 13D 60 37
Octal 373 40 274 0 127 31 2 475 140 67
Binary 11111011 100000 10111100 0 1010111 11001 10 100111101 1100000 110111

Color Harmonies of #FB20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20BC

Black with #FB20BC

Text Example


Text Example

White with #FB20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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