Shades of Spicy Pink #FB18A3
Tints of Spicy Pink #FB18A3
RGB
CMYK
RGB Variations
Color information
#FB18A3 (or 0xFB18A3) is known color: Spicy Pink. HEX triplet: FB, 18 and A3. RGB value is (251,24,163). Sum of RGB (Red+Green+Blue) = 251+24+163=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18A3 is #04E75C. Grayscale: #6B6B6B. Windows color (decimal): -321373 or 10688763. OLE color: 10688763.
HSL color Cylindrical-coordinate representation of color #FB18A3: hue angle of 323.26º 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 #FB18A3 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 163 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.02 |
| HSL | 323.26º | 0.97% | 0.54% | - |
| HSV(B) | 323.26º | 0.9% | 0.98% | - |
| XYZ | 46.72 | 23.81 | 36.78 | - |
| YUV | 107.72 | 159.21 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 163 | 0 | 0.90 | 0.35 | 0.02 | 323.26 | 0.97 | 0.54 |
| Hex | FB | 18 | A3 | 0 | 5A | 23 | 2 | 143 | 61 | 36 |
| Octal | 373 | 30 | 243 | 0 | 132 | 43 | 2 | 503 | 141 | 66 |
| Binary | 11111011 | 11000 | 10100011 | 0 | 1011010 | 100011 | 10 | 101000011 | 1100001 | 110110 |
Color Harmonies of #FB18A3
Complementary color
Monochromatic Colors of #FB18A3
Black with #FB18A3
Text Example
Text Example
White with #FB18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB18A3; }
p { color: rgb(251,24,163); }
H1.HeaderClassName
{
color: #FB18A3;
}
.AnyTagClassName
{
color: #FB18A3;
}
</style>
background-color css
<style>
a { background-color: #FB18A3; }
a { background-color: rgb(251,24,163); }
div.DivClassName
{
background-color: #FB18A3;
}
.BgClassName
{
background-color: #FB18A3;
}
</style>
border-color css
<style>
span { border-color: #FB18A3; }
span { border-color: rgb(251,24,163); }
td.TdClassName
{
border-color: #FB18A3;
}
.TagClassName
{
border-color: #FB18A3;
}
</style>