Shades of Shocking Pink #F318C0
Tints of Shocking Pink #F318C0
RGB
CMYK
RGB Variations
Color information
#F318C0 (or 0xF318C0) is known color: Shocking Pink. HEX triplet: F3, 18 and C0. RGB value is (243,24,192). Sum of RGB (Red+Green+Blue) = 243+24+192=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F318C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318C0 is #0CE73F. Grayscale: #6C6C6C. Windows color (decimal): -845632 or 12589299. OLE color: 12589299.
HSL color Cylindrical-coordinate representation of color #F318C0: hue angle of 313.97º 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 #F318C0 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 192 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 313.97º | 0.9% | 0.52% | - |
| HSV(B) | 313.97º | 0.9% | 0.95% | - |
| XYZ | 46.8 | 23.51 | 51.94 | - |
| YUV | 108.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 192 | 0 | 0.90 | 0.21 | 0.05 | 313.97 | 0.9 | 0.52 |
| Hex | F3 | 18 | C0 | 0 | 5A | 15 | 5 | 13A | 5A | 34 |
| Octal | 363 | 30 | 300 | 0 | 132 | 25 | 5 | 472 | 132 | 64 |
| Binary | 11110011 | 11000 | 11000000 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011010 | 110100 |
Color Harmonies of #F318C0
Complementary color
Monochromatic Colors of #F318C0
Black with #F318C0
Text Example
Text Example
White with #F318C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318C0; }
p { color: rgb(243,24,192); }
H1.HeaderClassName
{
color: #F318C0;
}
.AnyTagClassName
{
color: #F318C0;
}
</style>
background-color css
<style>
a { background-color: #F318C0; }
a { background-color: rgb(243,24,192); }
div.DivClassName
{
background-color: #F318C0;
}
.BgClassName
{
background-color: #F318C0;
}
</style>
border-color css
<style>
span { border-color: #F318C0; }
span { border-color: rgb(243,24,192); }
td.TdClassName
{
border-color: #F318C0;
}
.TagClassName
{
border-color: #F318C0;
}
</style>