Shades of Shocking Pink #F312CF
Tints of Shocking Pink #F312CF
RGB
CMYK
RGB Variations
Color information
#F312CF (or 0xF312CF) is known color: Shocking Pink. HEX triplet: F3, 12 and CF. RGB value is (243,18,207). Sum of RGB (Red+Green+Blue) = 243+18+207=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F312CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312CF is #0CED30. Grayscale: #6A6A6A. Windows color (decimal): -847153 or 13570803. OLE color: 13570803.
HSL color Cylindrical-coordinate representation of color #F312CF: hue angle of 309.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312CF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.6º | 0.9% | 0.51% | - |
| HSV(B) | 309.6º | 0.93% | 0.95% | - |
| XYZ | 48.44 | 23.99 | 61.11 | - |
| YUV | 106.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 207 | 0 | 0.93 | 0.15 | 0.05 | 309.6 | 0.9 | 0.51 |
| Hex | F3 | 12 | CF | 0 | 5D | F | 5 | 136 | 5A | 33 |
| Octal | 363 | 22 | 317 | 0 | 135 | 17 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 10010 | 11001111 | 0 | 1011101 | 1111 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F312CF
Complementary color
Monochromatic Colors of #F312CF
Black with #F312CF
Text Example
Text Example
White with #F312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312CF; }
p { color: rgb(243,18,207); }
H1.HeaderClassName
{
color: #F312CF;
}
.AnyTagClassName
{
color: #F312CF;
}
</style>
background-color css
<style>
a { background-color: #F312CF; }
a { background-color: rgb(243,18,207); }
div.DivClassName
{
background-color: #F312CF;
}
.BgClassName
{
background-color: #F312CF;
}
</style>
border-color css
<style>
span { border-color: #F312CF; }
span { border-color: rgb(243,18,207); }
td.TdClassName
{
border-color: #F312CF;
}
.TagClassName
{
border-color: #F312CF;
}
</style>