Shades of Shocking Pink #F01FCD
Tints of Shocking Pink #F01FCD
RGB
CMYK
RGB Variations
Color information
#F01FCD (or 0xF01FCD) is known color: Shocking Pink. HEX triplet: F0, 1F and CD. RGB value is (240,31,205). Sum of RGB (Red+Green+Blue) = 240+31+205=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FCD is #0FE032. Grayscale: #707070. Windows color (decimal): -1040435 or 13443056. OLE color: 13443056.
HSL color Cylindrical-coordinate representation of color #F01FCD: hue angle of 310.05º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FCD is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 31 | 205 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.05º | 0.87% | 0.53% | - |
| HSV(B) | 310.05º | 0.87% | 0.94% | - |
| XYZ | 47.44 | 23.91 | 59.87 | - |
| YUV | 113.33 | 179.74 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 205 | 0 | 0.87 | 0.15 | 0.06 | 310.05 | 0.87 | 0.53 |
| Hex | F0 | 1F | CD | 0 | 57 | F | 6 | 136 | 57 | 35 |
| Octal | 360 | 37 | 315 | 0 | 127 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11110000 | 11111 | 11001101 | 0 | 1010111 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #F01FCD
Complementary color
Monochromatic Colors of #F01FCD
Black with #F01FCD
Text Example
Text Example
White with #F01FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01FCD; }
p { color: rgb(240,31,205); }
H1.HeaderClassName
{
color: #F01FCD;
}
.AnyTagClassName
{
color: #F01FCD;
}
</style>
background-color css
<style>
a { background-color: #F01FCD; }
a { background-color: rgb(240,31,205); }
div.DivClassName
{
background-color: #F01FCD;
}
.BgClassName
{
background-color: #F01FCD;
}
</style>
border-color css
<style>
span { border-color: #F01FCD; }
span { border-color: rgb(240,31,205); }
td.TdClassName
{
border-color: #F01FCD;
}
.TagClassName
{
border-color: #F01FCD;
}
</style>