Shades of Shocking Pink #FD07BC
Tints of Shocking Pink #FD07BC
RGB
CMYK
RGB Variations
Color information
#FD07BC (or 0xFD07BC) is known color: Shocking Pink. HEX triplet: FD, 07 and BC. RGB value is (253,7,188). Sum of RGB (Red+Green+Blue) = 253+7+188=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07BC is #02F843. Grayscale: #646464. Windows color (decimal): -194628 or 12322813. OLE color: 12322813.
HSL color Cylindrical-coordinate representation of color #FD07BC: hue angle of 315.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD07BC is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.01 |
| HSL | 315.85º | 0.98% | 0.51% | - |
| HSV(B) | 315.85º | 0.97% | 0.99% | - |
| XYZ | 49.66 | 24.67 | 49.72 | - |
| YUV | 101.19 | 177 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 188 | 0 | 0.97 | 0.26 | 0.01 | 315.85 | 0.98 | 0.51 |
| Hex | FD | 7 | BC | 0 | 61 | 1A | 1 | 13C | 62 | 33 |
| Octal | 375 | 7 | 274 | 0 | 141 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111101 | 111 | 10111100 | 0 | 1100001 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FD07BC
Complementary color
Monochromatic Colors of #FD07BC
Black with #FD07BC
Text Example
Text Example
White with #FD07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD07BC; }
p { color: rgb(253,7,188); }
H1.HeaderClassName
{
color: #FD07BC;
}
.AnyTagClassName
{
color: #FD07BC;
}
</style>
background-color css
<style>
a { background-color: #FD07BC; }
a { background-color: rgb(253,7,188); }
div.DivClassName
{
background-color: #FD07BC;
}
.BgClassName
{
background-color: #FD07BC;
}
</style>
border-color css
<style>
span { border-color: #FD07BC; }
span { border-color: rgb(253,7,188); }
td.TdClassName
{
border-color: #FD07BC;
}
.TagClassName
{
border-color: #FD07BC;
}
</style>