Html Css Color HEX #FB12AB Spicy Pink

📋 copy color: '#FB12AB'

red 251 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #FB12AB

Tints of Spicy Pink #FB12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.09%

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

R = 57.05%
G = 4.09%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB12AB (or 0xFB12AB) is known color: Spicy Pink. HEX triplet: FB, 12 and AB. RGB value is (251,18,171). Sum of RGB (Red+Green+Blue) = 251+18+171=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB12AB is #04ED54. Grayscale: #686868. Windows color (decimal): -322901 or 11211515. OLE color: 11211515.

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

Color convert

RGB 251 18 171 -
CMYK 0 0.93 0.32 0.02
HSL 320.6º 0.97% 0.53% -
HSV(B) 320.6º 0.93% 0.98% -
XYZ 47.35 23.88 40.64 -
YUV 105.11 165.19 232.06 -
System Red Green Blue C M Y K H S L
Decimal 251 18 171 0 0.93 0.32 0.02 320.6 0.97 0.53
Hex FB 12 AB 0 5D 20 2 141 61 35
Octal 373 22 253 0 135 40 2 501 141 65
Binary 11111011 10010 10101011 0 1011101 100000 10 101000001 1100001 110101

Color Harmonies of #FB12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB12AB

Black with #FB12AB

Text Example


Text Example

White with #FB12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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