Shades of Hot Pink #FF6CB0
Tints of Hot Pink #FF6CB0
RGB
CMYK
RGB Variations
Color information
#FF6CB0 (or 0xFF6CB0) is known color: Hot Pink. HEX triplet: FF, 6C and B0. RGB value is (255,108,176). Sum of RGB (Red+Green+Blue) = 255+108+176=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CB0 is #00934F. Grayscale: #9F9F9F. Windows color (decimal): -37712 or 11562239. OLE color: 11562239.
HSL color Cylindrical-coordinate representation of color #FF6CB0: hue angle of 332.24º 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 #FF6CB0 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 176 | - |
| CMYK | 0 | 0.58 | 0.31 | 0 |
| HSL | 332.24º | 1% | 0.71% | - |
| HSV(B) | 332.24º | 0.58% | 1% | - |
| XYZ | 54.44 | 35.12 | 44.98 | - |
| YUV | 159.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 176 | 0 | 0.58 | 0.31 | 0 | 332.24 | 1 | 0.71 |
| Hex | FF | 6C | B0 | 0 | 3A | 1F | 0 | 14C | 64 | 47 |
| Octal | 377 | 154 | 260 | 0 | 72 | 37 | 0 | 514 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10110000 | 0 | 111010 | 11111 | 0 | 101001100 | 1100100 | 1000111 |
Color Harmonies of #FF6CB0
Complementary color
Monochromatic Colors of #FF6CB0
Black with #FF6CB0
Text Example
Text Example
White with #FF6CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CB0; }
p { color: rgb(255,108,176); }
H1.HeaderClassName
{
color: #FF6CB0;
}
.AnyTagClassName
{
color: #FF6CB0;
}
</style>
background-color css
<style>
a { background-color: #FF6CB0; }
a { background-color: rgb(255,108,176); }
div.DivClassName
{
background-color: #FF6CB0;
}
.BgClassName
{
background-color: #FF6CB0;
}
</style>
border-color css
<style>
span { border-color: #FF6CB0; }
span { border-color: rgb(255,108,176); }
td.TdClassName
{
border-color: #FF6CB0;
}
.TagClassName
{
border-color: #FF6CB0;
}
</style>