Shades of Spicy Pink #FD10B2
Tints of Spicy Pink #FD10B2
RGB
CMYK
RGB Variations
Color information
#FD10B2 (or 0xFD10B2) is known color: Spicy Pink. HEX triplet: FD, 10 and B2. RGB value is (253,16,178). Sum of RGB (Red+Green+Blue) = 253+16+178=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD10B2 is #02EF4D. Grayscale: #686868. Windows color (decimal): -192334 or 11669757. OLE color: 11669757.
HSL color Cylindrical-coordinate representation of color #FD10B2: hue angle of 318.99º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD10B2 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 178 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.01 |
| HSL | 318.99º | 0.98% | 0.53% | - |
| HSV(B) | 318.99º | 0.94% | 0.99% | - |
| XYZ | 48.73 | 24.47 | 44.27 | - |
| YUV | 105.33 | 169.02 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 178 | 0 | 0.94 | 0.30 | 0.01 | 318.99 | 0.98 | 0.53 |
| Hex | FD | 10 | B2 | 0 | 5E | 1E | 1 | 13F | 62 | 35 |
| Octal | 375 | 20 | 262 | 0 | 136 | 36 | 1 | 477 | 142 | 65 |
| Binary | 11111101 | 10000 | 10110010 | 0 | 1011110 | 11110 | 1 | 100111111 | 1100010 | 110101 |
Color Harmonies of #FD10B2
Complementary color
Monochromatic Colors of #FD10B2
Black with #FD10B2
Text Example
Text Example
White with #FD10B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD10B2; }
p { color: rgb(253,16,178); }
H1.HeaderClassName
{
color: #FD10B2;
}
.AnyTagClassName
{
color: #FD10B2;
}
</style>
background-color css
<style>
a { background-color: #FD10B2; }
a { background-color: rgb(253,16,178); }
div.DivClassName
{
background-color: #FD10B2;
}
.BgClassName
{
background-color: #FD10B2;
}
</style>
border-color css
<style>
span { border-color: #FD10B2; }
span { border-color: rgb(253,16,178); }
td.TdClassName
{
border-color: #FD10B2;
}
.TagClassName
{
border-color: #FD10B2;
}
</style>