Shades of Shocking Pink #FB15D4
Tints of Shocking Pink #FB15D4
RGB
CMYK
RGB Variations
Color information
#FB15D4 (or 0xFB15D4) is known color: Shocking Pink. HEX triplet: FB, 15 and D4. RGB value is (251,21,212). Sum of RGB (Red+Green+Blue) = 251+21+212=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB15D4 is #04EA2B. Grayscale: #6F6F6F. Windows color (decimal): -322092 or 13899259. OLE color: 13899259.
HSL color Cylindrical-coordinate representation of color #FB15D4: hue angle of 310.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15D4 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 212 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.02 |
| HSL | 310.17º | 0.97% | 0.53% | - |
| HSV(B) | 310.17º | 0.92% | 0.98% | - |
| XYZ | 51.94 | 25.8 | 64.53 | - |
| YUV | 111.54 | 184.7 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 212 | 0 | 0.92 | 0.16 | 0.02 | 310.17 | 0.97 | 0.53 |
| Hex | FB | 15 | D4 | 0 | 5C | 10 | 2 | 136 | 61 | 35 |
| Octal | 373 | 25 | 324 | 0 | 134 | 20 | 2 | 466 | 141 | 65 |
| Binary | 11111011 | 10101 | 11010100 | 0 | 1011100 | 10000 | 10 | 100110110 | 1100001 | 110101 |
Color Harmonies of #FB15D4
Complementary color
Monochromatic Colors of #FB15D4
Black with #FB15D4
Text Example
Text Example
White with #FB15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15D4; }
p { color: rgb(251,21,212); }
H1.HeaderClassName
{
color: #FB15D4;
}
.AnyTagClassName
{
color: #FB15D4;
}
</style>
background-color css
<style>
a { background-color: #FB15D4; }
a { background-color: rgb(251,21,212); }
div.DivClassName
{
background-color: #FB15D4;
}
.BgClassName
{
background-color: #FB15D4;
}
</style>
border-color css
<style>
span { border-color: #FB15D4; }
span { border-color: rgb(251,21,212); }
td.TdClassName
{
border-color: #FB15D4;
}
.TagClassName
{
border-color: #FB15D4;
}
</style>