Shades of Shocking Pink #FF1CCF
Tints of Shocking Pink #FF1CCF
RGB
CMYK
RGB Variations
Color information
#FF1CCF (or 0xFF1CCF) is known color: Shocking Pink. HEX triplet: FF, 1C and CF. RGB value is (255,28,207). Sum of RGB (Red+Green+Blue) = 255+28+207=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CCF is #00E330. Grayscale: #737373. Windows color (decimal): -58161 or 13573375. OLE color: 13573375.
HSL color Cylindrical-coordinate representation of color #FF1CCF: hue angle of 312.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CCF is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 207 | - |
| CMYK | 0 | 0.89 | 0.19 | 0 |
| HSL | 312.69º | 1% | 0.55% | - |
| HSV(B) | 312.69º | 0.89% | 1% | - |
| XYZ | 52.92 | 26.6 | 61.38 | - |
| YUV | 116.28 | 179.21 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 207 | 0 | 0.89 | 0.19 | 0 | 312.69 | 1 | 0.55 |
| Hex | FF | 1C | CF | 0 | 59 | 13 | 0 | 139 | 64 | 37 |
| Octal | 377 | 34 | 317 | 0 | 131 | 23 | 0 | 471 | 144 | 67 |
| Binary | 11111111 | 11100 | 11001111 | 0 | 1011001 | 10011 | 0 | 100111001 | 1100100 | 110111 |
Color Harmonies of #FF1CCF
Complementary color
Monochromatic Colors of #FF1CCF
Black with #FF1CCF
Text Example
Text Example
White with #FF1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CCF; }
p { color: rgb(255,28,207); }
H1.HeaderClassName
{
color: #FF1CCF;
}
.AnyTagClassName
{
color: #FF1CCF;
}
</style>
background-color css
<style>
a { background-color: #FF1CCF; }
a { background-color: rgb(255,28,207); }
div.DivClassName
{
background-color: #FF1CCF;
}
.BgClassName
{
background-color: #FF1CCF;
}
</style>
border-color css
<style>
span { border-color: #FF1CCF; }
span { border-color: rgb(255,28,207); }
td.TdClassName
{
border-color: #FF1CCF;
}
.TagClassName
{
border-color: #FF1CCF;
}
</style>