Shades of Shocking Pink #FF1FC9
Tints of Shocking Pink #FF1FC9
RGB
CMYK
RGB Variations
Color information
#FF1FC9 (or 0xFF1FC9) is known color: Shocking Pink. HEX triplet: FF, 1F and C9. RGB value is (255,31,201). Sum of RGB (Red+Green+Blue) = 255+31+201=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FC9 is #00E036. Grayscale: #747474. Windows color (decimal): -57399 or 13180927. OLE color: 13180927.
HSL color Cylindrical-coordinate representation of color #FF1FC9: hue angle of 314.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FC9 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 201 | - |
| CMYK | 0 | 0.88 | 0.21 | 0 |
| HSL | 314.46º | 1% | 0.56% | - |
| HSV(B) | 314.46º | 0.88% | 1% | - |
| XYZ | 52.27 | 26.46 | 57.61 | - |
| YUV | 117.36 | 175.21 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 201 | 0 | 0.88 | 0.21 | 0 | 314.46 | 1 | 0.56 |
| Hex | FF | 1F | C9 | 0 | 58 | 15 | 0 | 13A | 64 | 38 |
| Octal | 377 | 37 | 311 | 0 | 130 | 25 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 11111 | 11001001 | 0 | 1011000 | 10101 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF1FC9
Complementary color
Monochromatic Colors of #FF1FC9
Black with #FF1FC9
Text Example
Text Example
White with #FF1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FC9; }
p { color: rgb(255,31,201); }
H1.HeaderClassName
{
color: #FF1FC9;
}
.AnyTagClassName
{
color: #FF1FC9;
}
</style>
background-color css
<style>
a { background-color: #FF1FC9; }
a { background-color: rgb(255,31,201); }
div.DivClassName
{
background-color: #FF1FC9;
}
.BgClassName
{
background-color: #FF1FC9;
}
</style>
border-color css
<style>
span { border-color: #FF1FC9; }
span { border-color: rgb(255,31,201); }
td.TdClassName
{
border-color: #FF1FC9;
}
.TagClassName
{
border-color: #FF1FC9;
}
</style>