Shades of Shocking Pink #F319B7
Tints of Shocking Pink #F319B7
RGB
CMYK
RGB Variations
Color information
#F319B7 (or 0xF319B7) is known color: Shocking Pink. HEX triplet: F3, 19 and B7. RGB value is (243,25,183). Sum of RGB (Red+Green+Blue) = 243+25+183=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F319B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319B7 is #0CE648. Grayscale: #6B6B6B. Windows color (decimal): -845385 or 11999731. OLE color: 11999731.
HSL color Cylindrical-coordinate representation of color #F319B7: hue angle of 316.51º 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 #F319B7 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 183 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.05 |
| HSL | 316.51º | 0.9% | 0.53% | - |
| HSV(B) | 316.51º | 0.9% | 0.95% | - |
| XYZ | 45.86 | 23.17 | 46.85 | - |
| YUV | 108.19 | 170.22 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 183 | 0 | 0.90 | 0.25 | 0.05 | 316.51 | 0.9 | 0.53 |
| Hex | F3 | 19 | B7 | 0 | 5A | 19 | 5 | 13D | 5A | 35 |
| Octal | 363 | 31 | 267 | 0 | 132 | 31 | 5 | 475 | 132 | 65 |
| Binary | 11110011 | 11001 | 10110111 | 0 | 1011010 | 11001 | 101 | 100111101 | 1011010 | 110101 |
Color Harmonies of #F319B7
Complementary color
Monochromatic Colors of #F319B7
Black with #F319B7
Text Example
Text Example
White with #F319B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319B7; }
p { color: rgb(243,25,183); }
H1.HeaderClassName
{
color: #F319B7;
}
.AnyTagClassName
{
color: #F319B7;
}
</style>
background-color css
<style>
a { background-color: #F319B7; }
a { background-color: rgb(243,25,183); }
div.DivClassName
{
background-color: #F319B7;
}
.BgClassName
{
background-color: #F319B7;
}
</style>
border-color css
<style>
span { border-color: #F319B7; }
span { border-color: rgb(243,25,183); }
td.TdClassName
{
border-color: #F319B7;
}
.TagClassName
{
border-color: #F319B7;
}
</style>