Shades of Shocking Pink #F01DC5
Tints of Shocking Pink #F01DC5
RGB
CMYK
RGB Variations
Color information
#F01DC5 (or 0xF01DC5) is known color: Shocking Pink. HEX triplet: F0, 1D and C5. RGB value is (240,29,197). Sum of RGB (Red+Green+Blue) = 240+29+197=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DC5 is #0FE23A. Grayscale: #6E6E6E. Windows color (decimal): -1040955 or 12918256. OLE color: 12918256.
HSL color Cylindrical-coordinate representation of color #F01DC5: hue angle of 312.23º 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 #F01DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 197 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.06 |
| HSL | 312.23º | 0.88% | 0.53% | - |
| HSV(B) | 312.23º | 0.88% | 0.94% | - |
| XYZ | 46.45 | 23.44 | 54.9 | - |
| YUV | 111.24 | 176.4 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 197 | 0 | 0.88 | 0.18 | 0.06 | 312.23 | 0.88 | 0.53 |
| Hex | F0 | 1D | C5 | 0 | 58 | 12 | 6 | 138 | 58 | 35 |
| Octal | 360 | 35 | 305 | 0 | 130 | 22 | 6 | 470 | 130 | 65 |
| Binary | 11110000 | 11101 | 11000101 | 0 | 1011000 | 10010 | 110 | 100111000 | 1011000 | 110101 |
Color Harmonies of #F01DC5
Complementary color
Monochromatic Colors of #F01DC5
Black with #F01DC5
Text Example
Text Example
White with #F01DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01DC5; }
p { color: rgb(240,29,197); }
H1.HeaderClassName
{
color: #F01DC5;
}
.AnyTagClassName
{
color: #F01DC5;
}
</style>
background-color css
<style>
a { background-color: #F01DC5; }
a { background-color: rgb(240,29,197); }
div.DivClassName
{
background-color: #F01DC5;
}
.BgClassName
{
background-color: #F01DC5;
}
</style>
border-color css
<style>
span { border-color: #F01DC5; }
span { border-color: rgb(240,29,197); }
td.TdClassName
{
border-color: #F01DC5;
}
.TagClassName
{
border-color: #F01DC5;
}
</style>