Html Css Color HEX #FB20AC Spicy Pink

📋 copy color: '#FB20AC'

red 251 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #FB20AC

Tints of Spicy Pink #FB20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 55.16%
G = 7.03%
B = 37.8%

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

#FB20AC (or 0xFB20AC) is known color: Spicy Pink. HEX triplet: FB, 20 and AC. RGB value is (251,32,172). Sum of RGB (Red+Green+Blue) = 251+32+172=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB20AC is #04DF53. Grayscale: #717171. Windows color (decimal): -319316 or 11280635. OLE color: 11280635.

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

Color convert

RGB 251 32 172 -
CMYK 0 0.87 0.31 0.02
HSL 321.64º 0.96% 0.55% -
HSV(B) 321.64º 0.87% 0.98% -
XYZ 47.75 24.52 41.25 -
YUV 113.44 161.05 226.12 -
System Red Green Blue C M Y K H S L
Decimal 251 32 172 0 0.87 0.31 0.02 321.64 0.96 0.55
Hex FB 20 AC 0 57 1F 2 142 60 37
Octal 373 40 254 0 127 37 2 502 140 67
Binary 11111011 100000 10101100 0 1010111 11111 10 101000010 1100000 110111

Color Harmonies of #FB20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB20AC

Black with #FB20AC

Text Example


Text Example

White with #FB20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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