Shades of Shocking Pink #F319B9
Tints of Shocking Pink #F319B9
RGB
CMYK
RGB Variations
Color information
#F319B9 (or 0xF319B9) is known color: Shocking Pink. HEX triplet: F3, 19 and B9. RGB value is (243,25,185). Sum of RGB (Red+Green+Blue) = 243+25+185=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F319B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319B9 is #0CE646. Grayscale: #6C6C6C. Windows color (decimal): -845383 or 12130803. OLE color: 12130803.
HSL color Cylindrical-coordinate representation of color #F319B9: hue angle of 315.96º 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 #F319B9 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 185 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 315.96º | 0.9% | 0.53% | - |
| HSV(B) | 315.96º | 0.9% | 0.95% | - |
| XYZ | 46.07 | 23.25 | 47.96 | - |
| YUV | 108.42 | 171.22 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 185 | 0 | 0.90 | 0.24 | 0.05 | 315.96 | 0.9 | 0.53 |
| Hex | F3 | 19 | B9 | 0 | 5A | 18 | 5 | 13C | 5A | 35 |
| Octal | 363 | 31 | 271 | 0 | 132 | 30 | 5 | 474 | 132 | 65 |
| Binary | 11110011 | 11001 | 10111001 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011010 | 110101 |
Color Harmonies of #F319B9
Complementary color
Monochromatic Colors of #F319B9
Black with #F319B9
Text Example
Text Example
White with #F319B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319B9; }
p { color: rgb(243,25,185); }
H1.HeaderClassName
{
color: #F319B9;
}
.AnyTagClassName
{
color: #F319B9;
}
</style>
background-color css
<style>
a { background-color: #F319B9; }
a { background-color: rgb(243,25,185); }
div.DivClassName
{
background-color: #F319B9;
}
.BgClassName
{
background-color: #F319B9;
}
</style>
border-color css
<style>
span { border-color: #F319B9; }
span { border-color: rgb(243,25,185); }
td.TdClassName
{
border-color: #F319B9;
}
.TagClassName
{
border-color: #F319B9;
}
</style>