Shades of Shocking Pink #F311CF
Tints of Shocking Pink #F311CF
RGB
CMYK
RGB Variations
Color information
#F311CF (or 0xF311CF) is known color: Shocking Pink. HEX triplet: F3, 11 and CF. RGB value is (243,17,207). Sum of RGB (Red+Green+Blue) = 243+17+207=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F311CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311CF is #0CEE30. Grayscale: #696969. Windows color (decimal): -847409 or 13570547. OLE color: 13570547.
HSL color Cylindrical-coordinate representation of color #F311CF: hue angle of 309.56º 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 #F311CF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 207 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.56º | 0.9% | 0.51% | - |
| HSV(B) | 309.56º | 0.93% | 0.95% | - |
| XYZ | 48.43 | 23.96 | 61.1 | - |
| YUV | 106.23 | 184.87 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 207 | 0 | 0.93 | 0.15 | 0.05 | 309.56 | 0.9 | 0.51 |
| Hex | F3 | 11 | CF | 0 | 5D | F | 5 | 136 | 5A | 33 |
| Octal | 363 | 21 | 317 | 0 | 135 | 17 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 10001 | 11001111 | 0 | 1011101 | 1111 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F311CF
Complementary color
Monochromatic Colors of #F311CF
Black with #F311CF
Text Example
Text Example
White with #F311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311CF; }
p { color: rgb(243,17,207); }
H1.HeaderClassName
{
color: #F311CF;
}
.AnyTagClassName
{
color: #F311CF;
}
</style>
background-color css
<style>
a { background-color: #F311CF; }
a { background-color: rgb(243,17,207); }
div.DivClassName
{
background-color: #F311CF;
}
.BgClassName
{
background-color: #F311CF;
}
</style>
border-color css
<style>
span { border-color: #F311CF; }
span { border-color: rgb(243,17,207); }
td.TdClassName
{
border-color: #F311CF;
}
.TagClassName
{
border-color: #F311CF;
}
</style>