Shades of Shocking Pink #F314CE
Tints of Shocking Pink #F314CE
RGB
CMYK
RGB Variations
Color information
#F314CE (or 0xF314CE) is known color: Shocking Pink. HEX triplet: F3, 14 and CE. RGB value is (243,20,206). Sum of RGB (Red+Green+Blue) = 243+20+206=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F314CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314CE is #0CEB31. Grayscale: #6B6B6B. Windows color (decimal): -846642 or 13505779. OLE color: 13505779.
HSL color Cylindrical-coordinate representation of color #F314CE: hue angle of 309.96º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314CE is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.05 |
| HSL | 309.96º | 0.9% | 0.52% | - |
| HSV(B) | 309.96º | 0.92% | 0.95% | - |
| XYZ | 48.35 | 24.01 | 60.48 | - |
| YUV | 107.88 | 183.38 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 206 | 0 | 0.92 | 0.15 | 0.05 | 309.96 | 0.9 | 0.52 |
| Hex | F3 | 14 | CE | 0 | 5C | F | 5 | 136 | 5A | 34 |
| Octal | 363 | 24 | 316 | 0 | 134 | 17 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 10100 | 11001110 | 0 | 1011100 | 1111 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F314CE
Complementary color
Monochromatic Colors of #F314CE
Black with #F314CE
Text Example
Text Example
White with #F314CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314CE; }
p { color: rgb(243,20,206); }
H1.HeaderClassName
{
color: #F314CE;
}
.AnyTagClassName
{
color: #F314CE;
}
</style>
background-color css
<style>
a { background-color: #F314CE; }
a { background-color: rgb(243,20,206); }
div.DivClassName
{
background-color: #F314CE;
}
.BgClassName
{
background-color: #F314CE;
}
</style>
border-color css
<style>
span { border-color: #F314CE; }
span { border-color: rgb(243,20,206); }
td.TdClassName
{
border-color: #F314CE;
}
.TagClassName
{
border-color: #F314CE;
}
</style>