Shades of Shocking Pink #FD18BC
Tints of Shocking Pink #FD18BC
RGB
CMYK
RGB Variations
Color information
#FD18BC (or 0xFD18BC) is known color: Shocking Pink. HEX triplet: FD, 18 and BC. RGB value is (253,24,188). Sum of RGB (Red+Green+Blue) = 253+24+188=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD18BC is #02E743. Grayscale: #6E6E6E. Windows color (decimal): -190276 or 12327165. OLE color: 12327165.
HSL color Cylindrical-coordinate representation of color #FD18BC: hue angle of 317.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD18BC is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 188 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.01 |
| HSL | 317.03º | 0.98% | 0.54% | - |
| HSV(B) | 317.03º | 0.91% | 0.99% | - |
| XYZ | 49.91 | 25.17 | 49.8 | - |
| YUV | 111.17 | 171.37 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 188 | 0 | 0.91 | 0.26 | 0.01 | 317.03 | 0.98 | 0.54 |
| Hex | FD | 18 | BC | 0 | 5B | 1A | 1 | 13D | 62 | 36 |
| Octal | 375 | 30 | 274 | 0 | 133 | 32 | 1 | 475 | 142 | 66 |
| Binary | 11111101 | 11000 | 10111100 | 0 | 1011011 | 11010 | 1 | 100111101 | 1100010 | 110110 |
Color Harmonies of #FD18BC
Complementary color
Monochromatic Colors of #FD18BC
Black with #FD18BC
Text Example
Text Example
White with #FD18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD18BC; }
p { color: rgb(253,24,188); }
H1.HeaderClassName
{
color: #FD18BC;
}
.AnyTagClassName
{
color: #FD18BC;
}
</style>
background-color css
<style>
a { background-color: #FD18BC; }
a { background-color: rgb(253,24,188); }
div.DivClassName
{
background-color: #FD18BC;
}
.BgClassName
{
background-color: #FD18BC;
}
</style>
border-color css
<style>
span { border-color: #FD18BC; }
span { border-color: rgb(253,24,188); }
td.TdClassName
{
border-color: #FD18BC;
}
.TagClassName
{
border-color: #FD18BC;
}
</style>