Shades of Shocking Pink #F319D8
Tints of Shocking Pink #F319D8
RGB
CMYK
RGB Variations
Color information
#F319D8 (or 0xF319D8) is known color: Shocking Pink. HEX triplet: F3, 19 and D8. RGB value is (243,25,216). Sum of RGB (Red+Green+Blue) = 243+25+216=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F319D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319D8 is #0CE627. Grayscale: #6F6F6F. Windows color (decimal): -845352 or 14162419. OLE color: 14162419.
HSL color Cylindrical-coordinate representation of color #F319D8: hue angle of 307.43º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319D8 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 216 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.05 |
| HSL | 307.43º | 0.9% | 0.53% | - |
| HSV(B) | 307.43º | 0.9% | 0.95% | - |
| XYZ | 49.7 | 24.71 | 67.12 | - |
| YUV | 111.96 | 186.72 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 216 | 0 | 0.90 | 0.11 | 0.05 | 307.43 | 0.9 | 0.53 |
| Hex | F3 | 19 | D8 | 0 | 5A | B | 5 | 133 | 5A | 35 |
| Octal | 363 | 31 | 330 | 0 | 132 | 13 | 5 | 463 | 132 | 65 |
| Binary | 11110011 | 11001 | 11011000 | 0 | 1011010 | 1011 | 101 | 100110011 | 1011010 | 110101 |
Color Harmonies of #F319D8
Complementary color
Monochromatic Colors of #F319D8
Black with #F319D8
Text Example
Text Example
White with #F319D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319D8; }
p { color: rgb(243,25,216); }
H1.HeaderClassName
{
color: #F319D8;
}
.AnyTagClassName
{
color: #F319D8;
}
</style>
background-color css
<style>
a { background-color: #F319D8; }
a { background-color: rgb(243,25,216); }
div.DivClassName
{
background-color: #F319D8;
}
.BgClassName
{
background-color: #F319D8;
}
</style>
border-color css
<style>
span { border-color: #F319D8; }
span { border-color: rgb(243,25,216); }
td.TdClassName
{
border-color: #F319D8;
}
.TagClassName
{
border-color: #F319D8;
}
</style>