Shades of Shocking Pink #F318D9
Tints of Shocking Pink #F318D9
RGB
CMYK
RGB Variations
Color information
#F318D9 (or 0xF318D9) is known color: Shocking Pink. HEX triplet: F3, 18 and D9. RGB value is (243,24,217). Sum of RGB (Red+Green+Blue) = 243+24+217=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F318D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318D9 is #0CE726. Grayscale: #6E6E6E. Windows color (decimal): -845607 or 14227699. OLE color: 14227699.
HSL color Cylindrical-coordinate representation of color #F318D9: hue angle of 307.12º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318D9 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 217 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.05 |
| HSL | 307.12º | 0.9% | 0.52% | - |
| HSV(B) | 307.12º | 0.9% | 0.95% | - |
| XYZ | 49.81 | 24.72 | 67.79 | - |
| YUV | 111.48 | 187.55 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 217 | 0 | 0.90 | 0.11 | 0.05 | 307.12 | 0.9 | 0.52 |
| Hex | F3 | 18 | D9 | 0 | 5A | B | 5 | 133 | 5A | 34 |
| Octal | 363 | 30 | 331 | 0 | 132 | 13 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 11000 | 11011001 | 0 | 1011010 | 1011 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F318D9
Complementary color
Monochromatic Colors of #F318D9
Black with #F318D9
Text Example
Text Example
White with #F318D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318D9; }
p { color: rgb(243,24,217); }
H1.HeaderClassName
{
color: #F318D9;
}
.AnyTagClassName
{
color: #F318D9;
}
</style>
background-color css
<style>
a { background-color: #F318D9; }
a { background-color: rgb(243,24,217); }
div.DivClassName
{
background-color: #F318D9;
}
.BgClassName
{
background-color: #F318D9;
}
</style>
border-color css
<style>
span { border-color: #F318D9; }
span { border-color: rgb(243,24,217); }
td.TdClassName
{
border-color: #F318D9;
}
.TagClassName
{
border-color: #F318D9;
}
</style>