Shades of Shocking Pink #F313B9
Tints of Shocking Pink #F313B9
RGB
CMYK
RGB Variations
Color information
#F313B9 (or 0xF313B9) is known color: Shocking Pink. HEX triplet: F3, 13 and B9. RGB value is (243,19,185). Sum of RGB (Red+Green+Blue) = 243+19+185=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F313B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313B9 is #0CEC46. Grayscale: #686868. Windows color (decimal): -846919 or 12129267. OLE color: 12129267.
HSL color Cylindrical-coordinate representation of color #F313B9: hue angle of 315.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313B9 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 185 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.05 |
| HSL | 315.54º | 0.9% | 0.51% | - |
| HSV(B) | 315.54º | 0.92% | 0.95% | - |
| XYZ | 45.95 | 23.02 | 47.92 | - |
| YUV | 104.9 | 173.21 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 185 | 0 | 0.92 | 0.24 | 0.05 | 315.54 | 0.9 | 0.51 |
| Hex | F3 | 13 | B9 | 0 | 5C | 18 | 5 | 13C | 5A | 33 |
| Octal | 363 | 23 | 271 | 0 | 134 | 30 | 5 | 474 | 132 | 63 |
| Binary | 11110011 | 10011 | 10111001 | 0 | 1011100 | 11000 | 101 | 100111100 | 1011010 | 110011 |
Color Harmonies of #F313B9
Complementary color
Monochromatic Colors of #F313B9
Black with #F313B9
Text Example
Text Example
White with #F313B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313B9; }
p { color: rgb(243,19,185); }
H1.HeaderClassName
{
color: #F313B9;
}
.AnyTagClassName
{
color: #F313B9;
}
</style>
background-color css
<style>
a { background-color: #F313B9; }
a { background-color: rgb(243,19,185); }
div.DivClassName
{
background-color: #F313B9;
}
.BgClassName
{
background-color: #F313B9;
}
</style>
border-color css
<style>
span { border-color: #F313B9; }
span { border-color: rgb(243,19,185); }
td.TdClassName
{
border-color: #F313B9;
}
.TagClassName
{
border-color: #F313B9;
}
</style>