Shades of Shocking Pink #F318BB
Tints of Shocking Pink #F318BB
RGB
CMYK
RGB Variations
Color information
#F318BB (or 0xF318BB) is known color: Shocking Pink. HEX triplet: F3, 18 and BB. RGB value is (243,24,187). Sum of RGB (Red+Green+Blue) = 243+24+187=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F318BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318BB is #0CE744. Grayscale: #6B6B6B. Windows color (decimal): -845637 or 12261619. OLE color: 12261619.
HSL color Cylindrical-coordinate representation of color #F318BB: hue angle of 315.34º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318BB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.05 |
| HSL | 315.34º | 0.9% | 0.52% | - |
| HSV(B) | 315.34º | 0.9% | 0.95% | - |
| XYZ | 46.26 | 23.3 | 49.07 | - |
| YUV | 108.06 | 172.55 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 187 | 0 | 0.90 | 0.23 | 0.05 | 315.34 | 0.9 | 0.52 |
| Hex | F3 | 18 | BB | 0 | 5A | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 30 | 273 | 0 | 132 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 11000 | 10111011 | 0 | 1011010 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F318BB
Complementary color
Monochromatic Colors of #F318BB
Black with #F318BB
Text Example
Text Example
White with #F318BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318BB; }
p { color: rgb(243,24,187); }
H1.HeaderClassName
{
color: #F318BB;
}
.AnyTagClassName
{
color: #F318BB;
}
</style>
background-color css
<style>
a { background-color: #F318BB; }
a { background-color: rgb(243,24,187); }
div.DivClassName
{
background-color: #F318BB;
}
.BgClassName
{
background-color: #F318BB;
}
</style>
border-color css
<style>
span { border-color: #F318BB; }
span { border-color: rgb(243,24,187); }
td.TdClassName
{
border-color: #F318BB;
}
.TagClassName
{
border-color: #F318BB;
}
</style>