Shades of Shocking Pink #FD0FCE
Tints of Shocking Pink #FD0FCE
RGB
CMYK
RGB Variations
Color information
#FD0FCE (or 0xFD0FCE) is known color: Shocking Pink. HEX triplet: FD, 0F and CE. RGB value is (253,15,206). Sum of RGB (Red+Green+Blue) = 253+15+206=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0FCE is #02F031. Grayscale: #6B6B6B. Windows color (decimal): -192562 or 13504509. OLE color: 13504509.
HSL color Cylindrical-coordinate representation of color #FD0FCE: hue angle of 311.85º 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 #FD0FCE is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 311.85º | 0.98% | 0.53% | - |
| HSV(B) | 311.85º | 0.94% | 0.99% | - |
| XYZ | 51.82 | 25.68 | 60.62 | - |
| YUV | 107.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 206 | 0 | 0.94 | 0.19 | 0.01 | 311.85 | 0.98 | 0.53 |
| Hex | FD | F | CE | 0 | 5E | 13 | 1 | 138 | 62 | 35 |
| Octal | 375 | 17 | 316 | 0 | 136 | 23 | 1 | 470 | 142 | 65 |
| Binary | 11111101 | 1111 | 11001110 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110101 |
Color Harmonies of #FD0FCE
Complementary color
Monochromatic Colors of #FD0FCE
Black with #FD0FCE
Text Example
Text Example
White with #FD0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FCE; }
p { color: rgb(253,15,206); }
H1.HeaderClassName
{
color: #FD0FCE;
}
.AnyTagClassName
{
color: #FD0FCE;
}
</style>
background-color css
<style>
a { background-color: #FD0FCE; }
a { background-color: rgb(253,15,206); }
div.DivClassName
{
background-color: #FD0FCE;
}
.BgClassName
{
background-color: #FD0FCE;
}
</style>
border-color css
<style>
span { border-color: #FD0FCE; }
span { border-color: rgb(253,15,206); }
td.TdClassName
{
border-color: #FD0FCE;
}
.TagClassName
{
border-color: #FD0FCE;
}
</style>