Shades of Shocking Pink #F317D8
Tints of Shocking Pink #F317D8
RGB
CMYK
RGB Variations
Color information
#F317D8 (or 0xF317D8) is known color: Shocking Pink. HEX triplet: F3, 17 and D8. RGB value is (243,23,216). Sum of RGB (Red+Green+Blue) = 243+23+216=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F317D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317D8 is #0CE827. Grayscale: #6E6E6E. Windows color (decimal): -845864 or 14161907. OLE color: 14161907.
HSL color Cylindrical-coordinate representation of color #F317D8: hue angle of 307.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F317D8 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 216 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.05 |
| HSL | 307.36º | 0.9% | 0.52% | - |
| HSV(B) | 307.36º | 0.91% | 0.95% | - |
| XYZ | 49.66 | 24.63 | 67.1 | - |
| YUV | 110.78 | 187.39 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 216 | 0 | 0.91 | 0.11 | 0.05 | 307.36 | 0.9 | 0.52 |
| Hex | F3 | 17 | D8 | 0 | 5B | B | 5 | 133 | 5A | 34 |
| Octal | 363 | 27 | 330 | 0 | 133 | 13 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 10111 | 11011000 | 0 | 1011011 | 1011 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F317D8
Complementary color
Monochromatic Colors of #F317D8
Black with #F317D8
Text Example
Text Example
White with #F317D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317D8; }
p { color: rgb(243,23,216); }
H1.HeaderClassName
{
color: #F317D8;
}
.AnyTagClassName
{
color: #F317D8;
}
</style>
background-color css
<style>
a { background-color: #F317D8; }
a { background-color: rgb(243,23,216); }
div.DivClassName
{
background-color: #F317D8;
}
.BgClassName
{
background-color: #F317D8;
}
</style>
border-color css
<style>
span { border-color: #F317D8; }
span { border-color: rgb(243,23,216); }
td.TdClassName
{
border-color: #F317D8;
}
.TagClassName
{
border-color: #F317D8;
}
</style>