Shades of Hot Pink #FF6CAE
Tints of Hot Pink #FF6CAE
RGB
CMYK
RGB Variations
Color information
#FF6CAE (or 0xFF6CAE) is known color: Hot Pink. HEX triplet: FF, 6C and AE. RGB value is (255,108,174). Sum of RGB (Red+Green+Blue) = 255+108+174=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CAE is #009351. Grayscale: #9F9F9F. Windows color (decimal): -37714 or 11431167. OLE color: 11431167.
HSL color Cylindrical-coordinate representation of color #FF6CAE: hue angle of 333.06º 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 #FF6CAE is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 174 | - |
| CMYK | 0 | 0.58 | 0.32 | 0 |
| HSL | 333.06º | 1% | 0.71% | - |
| HSV(B) | 333.06º | 0.58% | 1% | - |
| XYZ | 54.24 | 35.04 | 43.95 | - |
| YUV | 159.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 174 | 0 | 0.58 | 0.32 | 0 | 333.06 | 1 | 0.71 |
| Hex | FF | 6C | AE | 0 | 3A | 20 | 0 | 14D | 64 | 47 |
| Octal | 377 | 154 | 256 | 0 | 72 | 40 | 0 | 515 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10101110 | 0 | 111010 | 100000 | 0 | 101001101 | 1100100 | 1000111 |
Color Harmonies of #FF6CAE
Complementary color
Monochromatic Colors of #FF6CAE
Black with #FF6CAE
Text Example
Text Example
White with #FF6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CAE; }
p { color: rgb(255,108,174); }
H1.HeaderClassName
{
color: #FF6CAE;
}
.AnyTagClassName
{
color: #FF6CAE;
}
</style>
background-color css
<style>
a { background-color: #FF6CAE; }
a { background-color: rgb(255,108,174); }
div.DivClassName
{
background-color: #FF6CAE;
}
.BgClassName
{
background-color: #FF6CAE;
}
</style>
border-color css
<style>
span { border-color: #FF6CAE; }
span { border-color: rgb(255,108,174); }
td.TdClassName
{
border-color: #FF6CAE;
}
.TagClassName
{
border-color: #FF6CAE;
}
</style>