Shades of Shocking Pink #F319CE
Tints of Shocking Pink #F319CE
RGB
CMYK
RGB Variations
Color information
#F319CE (or 0xF319CE) is known color: Shocking Pink. HEX triplet: F3, 19 and CE. RGB value is (243,25,206). Sum of RGB (Red+Green+Blue) = 243+25+206=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F319CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319CE is #0CE631. Grayscale: #6E6E6E. Windows color (decimal): -845362 or 13507059. OLE color: 13507059.
HSL color Cylindrical-coordinate representation of color #F319CE: hue angle of 310.18º 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 #F319CE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.05 |
| HSL | 310.18º | 0.9% | 0.53% | - |
| HSV(B) | 310.18º | 0.9% | 0.95% | - |
| XYZ | 48.45 | 24.21 | 60.51 | - |
| YUV | 110.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 206 | 0 | 0.90 | 0.15 | 0.05 | 310.18 | 0.9 | 0.53 |
| Hex | F3 | 19 | CE | 0 | 5A | F | 5 | 136 | 5A | 35 |
| Octal | 363 | 31 | 316 | 0 | 132 | 17 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001110 | 0 | 1011010 | 1111 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F319CE
Complementary color
Monochromatic Colors of #F319CE
Black with #F319CE
Text Example
Text Example
White with #F319CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319CE; }
p { color: rgb(243,25,206); }
H1.HeaderClassName
{
color: #F319CE;
}
.AnyTagClassName
{
color: #F319CE;
}
</style>
background-color css
<style>
a { background-color: #F319CE; }
a { background-color: rgb(243,25,206); }
div.DivClassName
{
background-color: #F319CE;
}
.BgClassName
{
background-color: #F319CE;
}
</style>
border-color css
<style>
span { border-color: #F319CE; }
span { border-color: rgb(243,25,206); }
td.TdClassName
{
border-color: #F319CE;
}
.TagClassName
{
border-color: #F319CE;
}
</style>