Shades of Shocking Pink #F315CF
Tints of Shocking Pink #F315CF
RGB
CMYK
RGB Variations
Color information
#F315CF (or 0xF315CF) is known color: Shocking Pink. HEX triplet: F3, 15 and CF. RGB value is (243,21,207). Sum of RGB (Red+Green+Blue) = 243+21+207=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F315CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315CF is #0CEA30. Grayscale: #6C6C6C. Windows color (decimal): -846385 or 13571571. OLE color: 13571571.
HSL color Cylindrical-coordinate representation of color #F315CF: hue angle of 309.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315CF is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.05 |
| HSL | 309.73º | 0.9% | 0.52% | - |
| HSV(B) | 309.73º | 0.91% | 0.95% | - |
| XYZ | 48.49 | 24.1 | 61.13 | - |
| YUV | 108.58 | 183.55 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 207 | 0 | 0.91 | 0.15 | 0.05 | 309.73 | 0.9 | 0.52 |
| Hex | F3 | 15 | CF | 0 | 5B | F | 5 | 136 | 5A | 34 |
| Octal | 363 | 25 | 317 | 0 | 133 | 17 | 5 | 466 | 132 | 64 |
| Binary | 11110011 | 10101 | 11001111 | 0 | 1011011 | 1111 | 101 | 100110110 | 1011010 | 110100 |
Color Harmonies of #F315CF
Complementary color
Monochromatic Colors of #F315CF
Black with #F315CF
Text Example
Text Example
White with #F315CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315CF; }
p { color: rgb(243,21,207); }
H1.HeaderClassName
{
color: #F315CF;
}
.AnyTagClassName
{
color: #F315CF;
}
</style>
background-color css
<style>
a { background-color: #F315CF; }
a { background-color: rgb(243,21,207); }
div.DivClassName
{
background-color: #F315CF;
}
.BgClassName
{
background-color: #F315CF;
}
</style>
border-color css
<style>
span { border-color: #F315CF; }
span { border-color: rgb(243,21,207); }
td.TdClassName
{
border-color: #F315CF;
}
.TagClassName
{
border-color: #F315CF;
}
</style>