Shades of Shocking Pink #F318BC
Tints of Shocking Pink #F318BC
RGB
CMYK
RGB Variations
Color information
#F318BC (or 0xF318BC) is known color: Shocking Pink. HEX triplet: F3, 18 and BC. RGB value is (243,24,188). Sum of RGB (Red+Green+Blue) = 243+24+188=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F318BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318BC is #0CE743. Grayscale: #6B6B6B. Windows color (decimal): -845636 or 12327155. OLE color: 12327155.
HSL color Cylindrical-coordinate representation of color #F318BC: hue angle of 315.07º 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 #F318BC is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 188 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.05 |
| HSL | 315.07º | 0.9% | 0.52% | - |
| HSV(B) | 315.07º | 0.9% | 0.95% | - |
| XYZ | 46.37 | 23.34 | 49.64 | - |
| YUV | 108.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 188 | 0 | 0.90 | 0.23 | 0.05 | 315.07 | 0.9 | 0.52 |
| Hex | F3 | 18 | BC | 0 | 5A | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 30 | 274 | 0 | 132 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 11000 | 10111100 | 0 | 1011010 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F318BC
Complementary color
Monochromatic Colors of #F318BC
Black with #F318BC
Text Example
Text Example
White with #F318BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318BC; }
p { color: rgb(243,24,188); }
H1.HeaderClassName
{
color: #F318BC;
}
.AnyTagClassName
{
color: #F318BC;
}
</style>
background-color css
<style>
a { background-color: #F318BC; }
a { background-color: rgb(243,24,188); }
div.DivClassName
{
background-color: #F318BC;
}
.BgClassName
{
background-color: #F318BC;
}
</style>
border-color css
<style>
span { border-color: #F318BC; }
span { border-color: rgb(243,24,188); }
td.TdClassName
{
border-color: #F318BC;
}
.TagClassName
{
border-color: #F318BC;
}
</style>