Html Css Color HEX #FB1BAB Spicy Pink

📋 copy color: '#FB1BAB'

red 251 ◦ green 27 ◦ blue 171

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

Shades of Spicy Pink #FB1BAB

Tints of Spicy Pink #FB1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.01%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 55.9%
G = 6.01%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB1BAB (or 0xFB1BAB) is known color: Spicy Pink. HEX triplet: FB, 1B and AB. RGB value is (251,27,171). Sum of RGB (Red+Green+Blue) = 251+27+171=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1BAB is #04E454. Grayscale: #6E6E6E. Windows color (decimal): -320597 or 11213819. OLE color: 11213819.

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

Color convert

RGB 251 27 171 -
CMYK 0 0.89 0.32 0.02
HSL 321.43º 0.97% 0.55% -
HSV(B) 321.43º 0.89% 0.98% -
XYZ 47.53 24.23 40.7 -
YUV 110.39 162.21 228.29 -
System Red Green Blue C M Y K H S L
Decimal 251 27 171 0 0.89 0.32 0.02 321.43 0.97 0.55
Hex FB 1B AB 0 59 20 2 141 61 37
Octal 373 33 253 0 131 40 2 501 141 67
Binary 11111011 11011 10101011 0 1011001 100000 10 101000001 1100001 110111

Color Harmonies of #FB1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1BAB

Black with #FB1BAB

Text Example


Text Example

White with #FB1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1BAB; }

 p { color: rgb(251,27,171); }

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

background-color css

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

 a { background-color: rgb(251,27,171); }

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

border-color css

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

 span { border-color: rgb(251,27,171); }

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