Shades of Hot Pink #FF6BAE
Tints of Hot Pink #FF6BAE
RGB
CMYK
RGB Variations
Color information
#FF6BAE (or 0xFF6BAE) is known color: Hot Pink. HEX triplet: FF, 6B and AE. RGB value is (255,107,174). Sum of RGB (Red+Green+Blue) = 255+107+174=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BAE is #009451. Grayscale: #9E9E9E. Windows color (decimal): -37970 or 11430911. OLE color: 11430911.
HSL color Cylindrical-coordinate representation of color #FF6BAE: hue angle of 332.84º 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 #FF6BAE is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 174 | - |
| CMYK | 0 | 0.58 | 0.32 | 0 |
| HSL | 332.84º | 1% | 0.71% | - |
| HSV(B) | 332.84º | 0.58% | 1% | - |
| XYZ | 54.14 | 34.83 | 43.91 | - |
| YUV | 158.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 174 | 0 | 0.58 | 0.32 | 0 | 332.84 | 1 | 0.71 |
| Hex | FF | 6B | AE | 0 | 3A | 20 | 0 | 14D | 64 | 47 |
| Octal | 377 | 153 | 256 | 0 | 72 | 40 | 0 | 515 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10101110 | 0 | 111010 | 100000 | 0 | 101001101 | 1100100 | 1000111 |
Color Harmonies of #FF6BAE
Complementary color
Monochromatic Colors of #FF6BAE
Black with #FF6BAE
Text Example
Text Example
White with #FF6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BAE; }
p { color: rgb(255,107,174); }
H1.HeaderClassName
{
color: #FF6BAE;
}
.AnyTagClassName
{
color: #FF6BAE;
}
</style>
background-color css
<style>
a { background-color: #FF6BAE; }
a { background-color: rgb(255,107,174); }
div.DivClassName
{
background-color: #FF6BAE;
}
.BgClassName
{
background-color: #FF6BAE;
}
</style>
border-color css
<style>
span { border-color: #FF6BAE; }
span { border-color: rgb(255,107,174); }
td.TdClassName
{
border-color: #FF6BAE;
}
.TagClassName
{
border-color: #FF6BAE;
}
</style>