Shades of Hot Pink #FF6ABC
Tints of Hot Pink #FF6ABC
RGB
CMYK
RGB Variations
Color information
#FF6ABC (or 0xFF6ABC) is known color: Hot Pink. HEX triplet: FF, 6A and BC. RGB value is (255,106,188). Sum of RGB (Red+Green+Blue) = 255+106+188=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABC is #009543. Grayscale: #9F9F9F. Windows color (decimal): -38212 or 12348159. OLE color: 12348159.
HSL color Cylindrical-coordinate representation of color #FF6ABC: hue angle of 326.98º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6ABC is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 188 | - |
| CMYK | 0 | 0.58 | 0.26 | 0 |
| HSL | 326.98º | 1% | 0.71% | - |
| HSV(B) | 326.98º | 0.58% | 1% | - |
| XYZ | 55.47 | 35.2 | 51.45 | - |
| YUV | 159.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 188 | 0 | 0.58 | 0.26 | 0 | 326.98 | 1 | 0.71 |
| Hex | FF | 6A | BC | 0 | 3A | 1A | 0 | 147 | 64 | 47 |
| Octal | 377 | 152 | 274 | 0 | 72 | 32 | 0 | 507 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10111100 | 0 | 111010 | 11010 | 0 | 101000111 | 1100100 | 1000111 |
Color Harmonies of #FF6ABC
Complementary color
Monochromatic Colors of #FF6ABC
Black with #FF6ABC
Text Example
Text Example
White with #FF6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ABC; }
p { color: rgb(255,106,188); }
H1.HeaderClassName
{
color: #FF6ABC;
}
.AnyTagClassName
{
color: #FF6ABC;
}
</style>
background-color css
<style>
a { background-color: #FF6ABC; }
a { background-color: rgb(255,106,188); }
div.DivClassName
{
background-color: #FF6ABC;
}
.BgClassName
{
background-color: #FF6ABC;
}
</style>
border-color css
<style>
span { border-color: #FF6ABC; }
span { border-color: rgb(255,106,188); }
td.TdClassName
{
border-color: #FF6ABC;
}
.TagClassName
{
border-color: #FF6ABC;
}
</style>