Html Css Color HEX #FB1AB2 Spicy Pink

📋 copy color: '#FB1AB2'

red 251 ◦ green 26 ◦ blue 178

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

Shades of Spicy Pink #FB1AB2

Tints of Spicy Pink #FB1AB2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.71%

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 55.16%
G = 5.71%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB1AB2 (or 0xFB1AB2) is known color: Spicy Pink. HEX triplet: FB, 1A and B2. RGB value is (251,26,178). Sum of RGB (Red+Green+Blue) = 251+26+178=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1AB2 is #04E54D. Grayscale: #6E6E6E. Windows color (decimal): -320846 or 11672315. OLE color: 11672315.

HSL color Cylindrical-coordinate representation of color #FB1AB2: hue angle of 319.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1AB2 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 26 178 -
CMYK 0 0.90 0.29 0.02
HSL 319.47º 0.97% 0.54% -
HSV(B) 319.47º 0.9% 0.98% -
XYZ 48.19 24.46 44.3 -
YUV 110.6 166.04 228.14 -
System Red Green Blue C M Y K H S L
Decimal 251 26 178 0 0.90 0.29 0.02 319.47 0.97 0.54
Hex FB 1A B2 0 5A 1D 2 13F 61 36
Octal 373 32 262 0 132 35 2 477 141 66
Binary 11111011 11010 10110010 0 1011010 11101 10 100111111 1100001 110110

Color Harmonies of #FB1AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1AB2

Black with #FB1AB2

Text Example


Text Example

White with #FB1AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1AB2; }

 p { color: rgb(251,26,178); }

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

background-color css

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

 a { background-color: rgb(251,26,178); }

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

border-color css

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

 span { border-color: rgb(251,26,178); }

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