Shades of Hot Pink #FF6BA3
Tints of Hot Pink #FF6BA3
RGB
CMYK
RGB Variations
Color information
#FF6BA3 (or 0xFF6BA3) is known color: Hot Pink. HEX triplet: FF, 6B and A3. RGB value is (255,107,163). Sum of RGB (Red+Green+Blue) = 255+107+163=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BA3 is #00945C. Grayscale: #9D9D9D. Windows color (decimal): -37981 or 10710015. OLE color: 10710015.
HSL color Cylindrical-coordinate representation of color #FF6BA3: hue angle of 337.3º 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 #FF6BA3 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 163 | - |
| CMYK | 0 | 0.58 | 0.36 | 0 |
| HSL | 337.3º | 1% | 0.71% | - |
| HSV(B) | 337.3º | 0.58% | 1% | - |
| XYZ | 53.11 | 34.42 | 38.49 | - |
| YUV | 157.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 163 | 0 | 0.58 | 0.36 | 0 | 337.3 | 1 | 0.71 |
| Hex | FF | 6B | A3 | 0 | 3A | 24 | 0 | 151 | 64 | 47 |
| Octal | 377 | 153 | 243 | 0 | 72 | 44 | 0 | 521 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10100011 | 0 | 111010 | 100100 | 0 | 101010001 | 1100100 | 1000111 |
Color Harmonies of #FF6BA3
Complementary color
Monochromatic Colors of #FF6BA3
Black with #FF6BA3
Text Example
Text Example
White with #FF6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BA3; }
p { color: rgb(255,107,163); }
H1.HeaderClassName
{
color: #FF6BA3;
}
.AnyTagClassName
{
color: #FF6BA3;
}
</style>
background-color css
<style>
a { background-color: #FF6BA3; }
a { background-color: rgb(255,107,163); }
div.DivClassName
{
background-color: #FF6BA3;
}
.BgClassName
{
background-color: #FF6BA3;
}
</style>
border-color css
<style>
span { border-color: #FF6BA3; }
span { border-color: rgb(255,107,163); }
td.TdClassName
{
border-color: #FF6BA3;
}
.TagClassName
{
border-color: #FF6BA3;
}
</style>