Shades of Shocking Pink #FF1AC9
Tints of Shocking Pink #FF1AC9
RGB
CMYK
RGB Variations
Color information
#FF1AC9 (or 0xFF1AC9) is known color: Shocking Pink. HEX triplet: FF, 1A and C9. RGB value is (255,26,201). Sum of RGB (Red+Green+Blue) = 255+26+201=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1AC9 is #00E536. Grayscale: #717171. Windows color (decimal): -58679 or 13179647. OLE color: 13179647.
HSL color Cylindrical-coordinate representation of color #FF1AC9: hue angle of 314.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AC9 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 201 | - |
| CMYK | 0 | 0.90 | 0.21 | 0 |
| HSL | 314.15º | 1% | 0.55% | - |
| HSV(B) | 314.15º | 0.9% | 1% | - |
| XYZ | 52.15 | 26.22 | 57.57 | - |
| YUV | 114.42 | 176.87 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 201 | 0 | 0.90 | 0.21 | 0 | 314.15 | 1 | 0.55 |
| Hex | FF | 1A | C9 | 0 | 5A | 15 | 0 | 13A | 64 | 37 |
| Octal | 377 | 32 | 311 | 0 | 132 | 25 | 0 | 472 | 144 | 67 |
| Binary | 11111111 | 11010 | 11001001 | 0 | 1011010 | 10101 | 0 | 100111010 | 1100100 | 110111 |
Color Harmonies of #FF1AC9
Complementary color
Monochromatic Colors of #FF1AC9
Black with #FF1AC9
Text Example
Text Example
White with #FF1AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AC9; }
p { color: rgb(255,26,201); }
H1.HeaderClassName
{
color: #FF1AC9;
}
.AnyTagClassName
{
color: #FF1AC9;
}
</style>
background-color css
<style>
a { background-color: #FF1AC9; }
a { background-color: rgb(255,26,201); }
div.DivClassName
{
background-color: #FF1AC9;
}
.BgClassName
{
background-color: #FF1AC9;
}
</style>
border-color css
<style>
span { border-color: #FF1AC9; }
span { border-color: rgb(255,26,201); }
td.TdClassName
{
border-color: #FF1AC9;
}
.TagClassName
{
border-color: #FF1AC9;
}
</style>