Shades of Shocking Pink #F319C0
Tints of Shocking Pink #F319C0
RGB
CMYK
RGB Variations
Color information
#F319C0 (or 0xF319C0) is known color: Shocking Pink. HEX triplet: F3, 19 and C0. RGB value is (243,25,192). Sum of RGB (Red+Green+Blue) = 243+25+192=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F319C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319C0 is #0CE63F. Grayscale: #6C6C6C. Windows color (decimal): -845376 or 12589555. OLE color: 12589555.
HSL color Cylindrical-coordinate representation of color #F319C0: hue angle of 314.04º 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 #F319C0 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 192 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 314.04º | 0.9% | 0.53% | - |
| HSV(B) | 314.04º | 0.9% | 0.95% | - |
| XYZ | 46.82 | 23.56 | 51.95 | - |
| YUV | 109.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 192 | 0 | 0.90 | 0.21 | 0.05 | 314.04 | 0.9 | 0.53 |
| Hex | F3 | 19 | C0 | 0 | 5A | 15 | 5 | 13A | 5A | 35 |
| Octal | 363 | 31 | 300 | 0 | 132 | 25 | 5 | 472 | 132 | 65 |
| Binary | 11110011 | 11001 | 11000000 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011010 | 110101 |
Color Harmonies of #F319C0
Complementary color
Monochromatic Colors of #F319C0
Black with #F319C0
Text Example
Text Example
White with #F319C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319C0; }
p { color: rgb(243,25,192); }
H1.HeaderClassName
{
color: #F319C0;
}
.AnyTagClassName
{
color: #F319C0;
}
</style>
background-color css
<style>
a { background-color: #F319C0; }
a { background-color: rgb(243,25,192); }
div.DivClassName
{
background-color: #F319C0;
}
.BgClassName
{
background-color: #F319C0;
}
</style>
border-color css
<style>
span { border-color: #F319C0; }
span { border-color: rgb(243,25,192); }
td.TdClassName
{
border-color: #F319C0;
}
.TagClassName
{
border-color: #F319C0;
}
</style>