Shades of Shocking Pink #FD14C4
Tints of Shocking Pink #FD14C4
RGB
CMYK
RGB Variations
Color information
#FD14C4 (or 0xFD14C4) is known color: Shocking Pink. HEX triplet: FD, 14 and C4. RGB value is (253,20,196). Sum of RGB (Red+Green+Blue) = 253+20+196=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD14C4 is #02EB3B. Grayscale: #6D6D6D. Windows color (decimal): -191292 or 12850429. OLE color: 12850429.
HSL color Cylindrical-coordinate representation of color #FD14C4: hue angle of 314.68º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD14C4 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 196 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.01 |
| HSL | 314.68º | 0.98% | 0.54% | - |
| HSV(B) | 314.68º | 0.92% | 0.99% | - |
| XYZ | 50.72 | 25.37 | 54.45 | - |
| YUV | 109.73 | 176.69 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 196 | 0 | 0.92 | 0.23 | 0.01 | 314.68 | 0.98 | 0.54 |
| Hex | FD | 14 | C4 | 0 | 5C | 17 | 1 | 13B | 62 | 36 |
| Octal | 375 | 24 | 304 | 0 | 134 | 27 | 1 | 473 | 142 | 66 |
| Binary | 11111101 | 10100 | 11000100 | 0 | 1011100 | 10111 | 1 | 100111011 | 1100010 | 110110 |
Color Harmonies of #FD14C4
Complementary color
Monochromatic Colors of #FD14C4
Black with #FD14C4
Text Example
Text Example
White with #FD14C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14C4; }
p { color: rgb(253,20,196); }
H1.HeaderClassName
{
color: #FD14C4;
}
.AnyTagClassName
{
color: #FD14C4;
}
</style>
background-color css
<style>
a { background-color: #FD14C4; }
a { background-color: rgb(253,20,196); }
div.DivClassName
{
background-color: #FD14C4;
}
.BgClassName
{
background-color: #FD14C4;
}
</style>
border-color css
<style>
span { border-color: #FD14C4; }
span { border-color: rgb(253,20,196); }
td.TdClassName
{
border-color: #FD14C4;
}
.TagClassName
{
border-color: #FD14C4;
}
</style>