Shades of Shocking Pink #F317BB
Tints of Shocking Pink #F317BB
RGB
CMYK
RGB Variations
Color information
#F317BB (or 0xF317BB) is known color: Shocking Pink. HEX triplet: F3, 17 and BB. RGB value is (243,23,187). Sum of RGB (Red+Green+Blue) = 243+23+187=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F317BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317BB is #0CE844. Grayscale: #6B6B6B. Windows color (decimal): -845893 or 12261363. OLE color: 12261363.
HSL color Cylindrical-coordinate representation of color #F317BB: hue angle of 315.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F317BB is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 187 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 315.27º | 0.9% | 0.52% | - |
| HSV(B) | 315.27º | 0.91% | 0.95% | - |
| XYZ | 46.24 | 23.26 | 49.07 | - |
| YUV | 107.48 | 172.89 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 187 | 0 | 0.91 | 0.23 | 0.05 | 315.27 | 0.9 | 0.52 |
| Hex | F3 | 17 | BB | 0 | 5B | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 27 | 273 | 0 | 133 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10111 | 10111011 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F317BB
Complementary color
Monochromatic Colors of #F317BB
Black with #F317BB
Text Example
Text Example
White with #F317BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317BB; }
p { color: rgb(243,23,187); }
H1.HeaderClassName
{
color: #F317BB;
}
.AnyTagClassName
{
color: #F317BB;
}
</style>
background-color css
<style>
a { background-color: #F317BB; }
a { background-color: rgb(243,23,187); }
div.DivClassName
{
background-color: #F317BB;
}
.BgClassName
{
background-color: #F317BB;
}
</style>
border-color css
<style>
span { border-color: #F317BB; }
span { border-color: rgb(243,23,187); }
td.TdClassName
{
border-color: #F317BB;
}
.TagClassName
{
border-color: #F317BB;
}
</style>