Shades of Hot Pink #FF6BAF
Tints of Hot Pink #FF6BAF
RGB
CMYK
RGB Variations
Color information
#FF6BAF (or 0xFF6BAF) is known color: Hot Pink. HEX triplet: FF, 6B and AF. RGB value is (255,107,175). Sum of RGB (Red+Green+Blue) = 255+107+175=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BAF is #009450. Grayscale: #9E9E9E. Windows color (decimal): -37969 or 11496447. OLE color: 11496447.
HSL color Cylindrical-coordinate representation of color #FF6BAF: hue angle of 332.43º 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 #FF6BAF is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 175 | - |
| CMYK | 0 | 0.58 | 0.31 | 0 |
| HSL | 332.43º | 1% | 0.71% | - |
| HSV(B) | 332.43º | 0.58% | 1% | - |
| XYZ | 54.24 | 34.87 | 44.43 | - |
| YUV | 159 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 175 | 0 | 0.58 | 0.31 | 0 | 332.43 | 1 | 0.71 |
| Hex | FF | 6B | AF | 0 | 3A | 1F | 0 | 14C | 64 | 47 |
| Octal | 377 | 153 | 257 | 0 | 72 | 37 | 0 | 514 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10101111 | 0 | 111010 | 11111 | 0 | 101001100 | 1100100 | 1000111 |
Color Harmonies of #FF6BAF
Complementary color
Monochromatic Colors of #FF6BAF
Black with #FF6BAF
Text Example
Text Example
White with #FF6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BAF; }
p { color: rgb(255,107,175); }
H1.HeaderClassName
{
color: #FF6BAF;
}
.AnyTagClassName
{
color: #FF6BAF;
}
</style>
background-color css
<style>
a { background-color: #FF6BAF; }
a { background-color: rgb(255,107,175); }
div.DivClassName
{
background-color: #FF6BAF;
}
.BgClassName
{
background-color: #FF6BAF;
}
</style>
border-color css
<style>
span { border-color: #FF6BAF; }
span { border-color: rgb(255,107,175); }
td.TdClassName
{
border-color: #FF6BAF;
}
.TagClassName
{
border-color: #FF6BAF;
}
</style>