Shades of Shocking Pink #F31BCF
Tints of Shocking Pink #F31BCF
RGB
CMYK
RGB Variations
Color information
#F31BCF (or 0xF31BCF) is known color: Shocking Pink. HEX triplet: F3, 1B and CF. RGB value is (243,27,207). Sum of RGB (Red+Green+Blue) = 243+27+207=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31BCF is #0CE430. Grayscale: #6F6F6F. Windows color (decimal): -844849 or 13573107. OLE color: 13573107.
HSL color Cylindrical-coordinate representation of color #F31BCF: hue angle of 310º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BCF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 207 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310º | 0.9% | 0.53% | - |
| HSV(B) | 310º | 0.89% | 0.95% | - |
| XYZ | 48.62 | 24.34 | 61.17 | - |
| YUV | 112.1 | 181.56 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 207 | 0 | 0.89 | 0.15 | 0.05 | 310 | 0.9 | 0.53 |
| Hex | F3 | 1B | CF | 0 | 59 | F | 5 | 136 | 5A | 35 |
| Octal | 363 | 33 | 317 | 0 | 131 | 17 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11011 | 11001111 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F31BCF
Complementary color
Monochromatic Colors of #F31BCF
Black with #F31BCF
Text Example
Text Example
White with #F31BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BCF; }
p { color: rgb(243,27,207); }
H1.HeaderClassName
{
color: #F31BCF;
}
.AnyTagClassName
{
color: #F31BCF;
}
</style>
background-color css
<style>
a { background-color: #F31BCF; }
a { background-color: rgb(243,27,207); }
div.DivClassName
{
background-color: #F31BCF;
}
.BgClassName
{
background-color: #F31BCF;
}
</style>
border-color css
<style>
span { border-color: #F31BCF; }
span { border-color: rgb(243,27,207); }
td.TdClassName
{
border-color: #F31BCF;
}
.TagClassName
{
border-color: #F31BCF;
}
</style>