Shades of Shocking Pink #F318C8
Tints of Shocking Pink #F318C8
RGB
CMYK
RGB Variations
Color information
#F318C8 (or 0xF318C8) is known color: Shocking Pink. HEX triplet: F3, 18 and C8. RGB value is (243,24,200). Sum of RGB (Red+Green+Blue) = 243+24+200=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F318C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318C8 is #0CE737. Grayscale: #6D6D6D. Windows color (decimal): -845624 or 13113587. OLE color: 13113587.
HSL color Cylindrical-coordinate representation of color #F318C8: hue angle of 311.78º 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 #F318C8 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 200 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.05 |
| HSL | 311.78º | 0.9% | 0.52% | - |
| HSV(B) | 311.78º | 0.9% | 0.95% | - |
| XYZ | 47.71 | 23.88 | 56.74 | - |
| YUV | 109.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 200 | 0 | 0.90 | 0.18 | 0.05 | 311.78 | 0.9 | 0.52 |
| Hex | F3 | 18 | C8 | 0 | 5A | 12 | 5 | 138 | 5A | 34 |
| Octal | 363 | 30 | 310 | 0 | 132 | 22 | 5 | 470 | 132 | 64 |
| Binary | 11110011 | 11000 | 11001000 | 0 | 1011010 | 10010 | 101 | 100111000 | 1011010 | 110100 |
Color Harmonies of #F318C8
Complementary color
Monochromatic Colors of #F318C8
Black with #F318C8
Text Example
Text Example
White with #F318C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318C8; }
p { color: rgb(243,24,200); }
H1.HeaderClassName
{
color: #F318C8;
}
.AnyTagClassName
{
color: #F318C8;
}
</style>
background-color css
<style>
a { background-color: #F318C8; }
a { background-color: rgb(243,24,200); }
div.DivClassName
{
background-color: #F318C8;
}
.BgClassName
{
background-color: #F318C8;
}
</style>
border-color css
<style>
span { border-color: #F318C8; }
span { border-color: rgb(243,24,200); }
td.TdClassName
{
border-color: #F318C8;
}
.TagClassName
{
border-color: #F318C8;
}
</style>