Shades of Shocking Pink #F319BD
Tints of Shocking Pink #F319BD
RGB
CMYK
RGB Variations
Color information
#F319BD (or 0xF319BD) is known color: Shocking Pink. HEX triplet: F3, 19 and BD. RGB value is (243,25,189). Sum of RGB (Red+Green+Blue) = 243+25+189=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F319BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319BD is #0CE642. Grayscale: #6C6C6C. Windows color (decimal): -845379 or 12392947. OLE color: 12392947.
HSL color Cylindrical-coordinate representation of color #F319BD: hue angle of 314.86º 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 #F319BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 189 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.86º | 0.9% | 0.53% | - |
| HSV(B) | 314.86º | 0.9% | 0.95% | - |
| XYZ | 46.5 | 23.42 | 50.21 | - |
| YUV | 108.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 189 | 0 | 0.90 | 0.22 | 0.05 | 314.86 | 0.9 | 0.53 |
| Hex | F3 | 19 | BD | 0 | 5A | 16 | 5 | 13B | 5A | 35 |
| Octal | 363 | 31 | 275 | 0 | 132 | 26 | 5 | 473 | 132 | 65 |
| Binary | 11110011 | 11001 | 10111101 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011010 | 110101 |
Color Harmonies of #F319BD
Complementary color
Monochromatic Colors of #F319BD
Black with #F319BD
Text Example
Text Example
White with #F319BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319BD; }
p { color: rgb(243,25,189); }
H1.HeaderClassName
{
color: #F319BD;
}
.AnyTagClassName
{
color: #F319BD;
}
</style>
background-color css
<style>
a { background-color: #F319BD; }
a { background-color: rgb(243,25,189); }
div.DivClassName
{
background-color: #F319BD;
}
.BgClassName
{
background-color: #F319BD;
}
</style>
border-color css
<style>
span { border-color: #F319BD; }
span { border-color: rgb(243,25,189); }
td.TdClassName
{
border-color: #F319BD;
}
.TagClassName
{
border-color: #F319BD;
}
</style>