Shades of Shocking Pink #F31CBD
Tints of Shocking Pink #F31CBD
RGB
CMYK
RGB Variations
Color information
#F31CBD (or 0xF31CBD) is known color: Shocking Pink. HEX triplet: F3, 1C and BD. RGB value is (243,28,189). Sum of RGB (Red+Green+Blue) = 243+28+189=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CBD is #0CE342. Grayscale: #6E6E6E. Windows color (decimal): -844611 or 12393715. OLE color: 12393715.
HSL color Cylindrical-coordinate representation of color #F31CBD: hue angle of 315.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CBD is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 189 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.05 |
| HSL | 315.07º | 0.9% | 0.53% | - |
| HSV(B) | 315.07º | 0.88% | 0.95% | - |
| XYZ | 46.56 | 23.56 | 50.24 | - |
| YUV | 110.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 189 | 0 | 0.88 | 0.22 | 0.05 | 315.07 | 0.9 | 0.53 |
| Hex | F3 | 1C | BD | 0 | 58 | 16 | 5 | 13B | 5A | 35 |
| Octal | 363 | 34 | 275 | 0 | 130 | 26 | 5 | 473 | 132 | 65 |
| Binary | 11110011 | 11100 | 10111101 | 0 | 1011000 | 10110 | 101 | 100111011 | 1011010 | 110101 |
Color Harmonies of #F31CBD
Complementary color
Monochromatic Colors of #F31CBD
Black with #F31CBD
Text Example
Text Example
White with #F31CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CBD; }
p { color: rgb(243,28,189); }
H1.HeaderClassName
{
color: #F31CBD;
}
.AnyTagClassName
{
color: #F31CBD;
}
</style>
background-color css
<style>
a { background-color: #F31CBD; }
a { background-color: rgb(243,28,189); }
div.DivClassName
{
background-color: #F31CBD;
}
.BgClassName
{
background-color: #F31CBD;
}
</style>
border-color css
<style>
span { border-color: #F31CBD; }
span { border-color: rgb(243,28,189); }
td.TdClassName
{
border-color: #F31CBD;
}
.TagClassName
{
border-color: #F31CBD;
}
</style>