Shades of Shocking Pink #F318BD
Tints of Shocking Pink #F318BD
RGB
CMYK
RGB Variations
Color information
#F318BD (or 0xF318BD) is known color: Shocking Pink. HEX triplet: F3, 18 and BD. RGB value is (243,24,189). Sum of RGB (Red+Green+Blue) = 243+24+189=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F318BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318BD is #0CE742. Grayscale: #6B6B6B. Windows color (decimal): -845635 or 12392691. OLE color: 12392691.
HSL color Cylindrical-coordinate representation of color #F318BD: hue angle of 314.79º 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 #F318BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.79º | 0.9% | 0.52% | - |
| HSV(B) | 314.79º | 0.9% | 0.95% | - |
| XYZ | 46.47 | 23.38 | 50.21 | - |
| YUV | 108.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 189 | 0 | 0.90 | 0.22 | 0.05 | 314.79 | 0.9 | 0.52 |
| Hex | F3 | 18 | BD | 0 | 5A | 16 | 5 | 13B | 5A | 34 |
| Octal | 363 | 30 | 275 | 0 | 132 | 26 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 11000 | 10111101 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F318BD
Complementary color
Monochromatic Colors of #F318BD
Black with #F318BD
Text Example
Text Example
White with #F318BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318BD; }
p { color: rgb(243,24,189); }
H1.HeaderClassName
{
color: #F318BD;
}
.AnyTagClassName
{
color: #F318BD;
}
</style>
background-color css
<style>
a { background-color: #F318BD; }
a { background-color: rgb(243,24,189); }
div.DivClassName
{
background-color: #F318BD;
}
.BgClassName
{
background-color: #F318BD;
}
</style>
border-color css
<style>
span { border-color: #F318BD; }
span { border-color: rgb(243,24,189); }
td.TdClassName
{
border-color: #F318BD;
}
.TagClassName
{
border-color: #F318BD;
}
</style>