Shades of Hot Pink #FF6BA4
Tints of Hot Pink #FF6BA4
RGB
CMYK
RGB Variations
Color information
#FF6BA4 (or 0xFF6BA4) is known color: Hot Pink. HEX triplet: FF, 6B and A4. RGB value is (255,107,164). Sum of RGB (Red+Green+Blue) = 255+107+164=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BA4 is #00945B. Grayscale: #9D9D9D. Windows color (decimal): -37980 or 10775551. OLE color: 10775551.
HSL color Cylindrical-coordinate representation of color #FF6BA4: hue angle of 336.89º 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 #FF6BA4 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 164 | - |
| CMYK | 0 | 0.58 | 0.36 | 0 |
| HSL | 336.89º | 1% | 0.71% | - |
| HSV(B) | 336.89º | 0.58% | 1% | - |
| XYZ | 53.2 | 34.46 | 38.97 | - |
| YUV | 157.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 164 | 0 | 0.58 | 0.36 | 0 | 336.89 | 1 | 0.71 |
| Hex | FF | 6B | A4 | 0 | 3A | 24 | 0 | 151 | 64 | 47 |
| Octal | 377 | 153 | 244 | 0 | 72 | 44 | 0 | 521 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10100100 | 0 | 111010 | 100100 | 0 | 101010001 | 1100100 | 1000111 |
Color Harmonies of #FF6BA4
Complementary color
Monochromatic Colors of #FF6BA4
Black with #FF6BA4
Text Example
Text Example
White with #FF6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BA4; }
p { color: rgb(255,107,164); }
H1.HeaderClassName
{
color: #FF6BA4;
}
.AnyTagClassName
{
color: #FF6BA4;
}
</style>
background-color css
<style>
a { background-color: #FF6BA4; }
a { background-color: rgb(255,107,164); }
div.DivClassName
{
background-color: #FF6BA4;
}
.BgClassName
{
background-color: #FF6BA4;
}
</style>
border-color css
<style>
span { border-color: #FF6BA4; }
span { border-color: rgb(255,107,164); }
td.TdClassName
{
border-color: #FF6BA4;
}
.TagClassName
{
border-color: #FF6BA4;
}
</style>