Shades of Shocking Pink #F01CCD
Tints of Shocking Pink #F01CCD
RGB
CMYK
RGB Variations
Color information
#F01CCD (or 0xF01CCD) is known color: Shocking Pink. HEX triplet: F0, 1C and CD. RGB value is (240,28,205). Sum of RGB (Red+Green+Blue) = 240+28+205=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CCD is #0FE332. Grayscale: #6F6F6F. Windows color (decimal): -1041203 or 13442288. OLE color: 13442288.
HSL color Cylindrical-coordinate representation of color #F01CCD: hue angle of 309.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CCD is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.06 |
| HSL | 309.91º | 0.88% | 0.53% | - |
| HSV(B) | 309.91º | 0.88% | 0.94% | - |
| XYZ | 47.37 | 23.76 | 59.85 | - |
| YUV | 111.57 | 180.74 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 205 | 0 | 0.88 | 0.15 | 0.06 | 309.91 | 0.88 | 0.53 |
| Hex | F0 | 1C | CD | 0 | 58 | F | 6 | 136 | 58 | 35 |
| Octal | 360 | 34 | 315 | 0 | 130 | 17 | 6 | 466 | 130 | 65 |
| Binary | 11110000 | 11100 | 11001101 | 0 | 1011000 | 1111 | 110 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F01CCD
Complementary color
Monochromatic Colors of #F01CCD
Black with #F01CCD
Text Example
Text Example
White with #F01CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CCD; }
p { color: rgb(240,28,205); }
H1.HeaderClassName
{
color: #F01CCD;
}
.AnyTagClassName
{
color: #F01CCD;
}
</style>
background-color css
<style>
a { background-color: #F01CCD; }
a { background-color: rgb(240,28,205); }
div.DivClassName
{
background-color: #F01CCD;
}
.BgClassName
{
background-color: #F01CCD;
}
</style>
border-color css
<style>
span { border-color: #F01CCD; }
span { border-color: rgb(240,28,205); }
td.TdClassName
{
border-color: #F01CCD;
}
.TagClassName
{
border-color: #F01CCD;
}
</style>