Shades of Shocking Pink #F318CE
Tints of Shocking Pink #F318CE
RGB
CMYK
RGB Variations
Color information
#F318CE (or 0xF318CE) is known color: Shocking Pink. HEX triplet: F3, 18 and CE. RGB value is (243,24,206). Sum of RGB (Red+Green+Blue) = 243+24+206=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 24 (9.77% from 255 or 5.07% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F318CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318CE is #0CE731. Grayscale: #6D6D6D. Windows color (decimal): -845618 or 13506803. OLE color: 13506803.
HSL color Cylindrical-coordinate representation of color #F318CE: hue angle of 310.14º 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 #F318CE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 206 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.05 |
| HSL | 310.14º | 0.9% | 0.52% | - |
| HSV(B) | 310.14º | 0.9% | 0.95% | - |
| XYZ | 48.43 | 24.16 | 60.5 | - |
| YUV | 110.23 | 182.05 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 206 | 0 | 0.90 | 0.15 | 0.05 | 310.14 | 0.9 | 0.52 |
| Hex | F3 | 18 | CE | 0 | 5A | F | 5 | 136 | 5A | 34 |
| Octal | 363 | 30 | 316 | 0 | 132 | 17 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 11000 | 11001110 | 0 | 1011010 | 1111 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F318CE
Complementary color
Monochromatic Colors of #F318CE
Black with #F318CE
Text Example
Text Example
White with #F318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318CE; }
p { color: rgb(243,24,206); }
H1.HeaderClassName
{
color: #F318CE;
}
.AnyTagClassName
{
color: #F318CE;
}
</style>
background-color css
<style>
a { background-color: #F318CE; }
a { background-color: rgb(243,24,206); }
div.DivClassName
{
background-color: #F318CE;
}
.BgClassName
{
background-color: #F318CE;
}
</style>
border-color css
<style>
span { border-color: #F318CE; }
span { border-color: rgb(243,24,206); }
td.TdClassName
{
border-color: #F318CE;
}
.TagClassName
{
border-color: #F318CE;
}
</style>