Shades of Hot Pink #FF66BA
Tints of Hot Pink #FF66BA
RGB
CMYK
RGB Variations
Color information
#FF66BA (or 0xFF66BA) is known color: Hot Pink. HEX triplet: FF, 66 and BA. RGB value is (255,102,186). Sum of RGB (Red+Green+Blue) = 255+102+186=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66BA is #009945. Grayscale: #9D9D9D. Windows color (decimal): -39238 or 12216063. OLE color: 12216063.
HSL color Cylindrical-coordinate representation of color #FF66BA: hue angle of 327.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66BA is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 186 | - |
| CMYK | 0 | 0.6 | 0.27 | 0 |
| HSL | 327.06º | 1% | 0.7% | - |
| HSV(B) | 327.06º | 0.6% | 1% | - |
| XYZ | 54.85 | 34.31 | 50.19 | - |
| YUV | 157.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 186 | 0 | 0.6 | 0.27 | 0 | 327.06 | 1 | 0.7 |
| Hex | FF | 66 | BA | 0 | 3C | 1B | 0 | 147 | 64 | 46 |
| Octal | 377 | 146 | 272 | 0 | 74 | 33 | 0 | 507 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10111010 | 0 | 111100 | 11011 | 0 | 101000111 | 1100100 | 1000110 |
Color Harmonies of #FF66BA
Complementary color
Monochromatic Colors of #FF66BA
Black with #FF66BA
Text Example
Text Example
White with #FF66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66BA; }
p { color: rgb(255,102,186); }
H1.HeaderClassName
{
color: #FF66BA;
}
.AnyTagClassName
{
color: #FF66BA;
}
</style>
background-color css
<style>
a { background-color: #FF66BA; }
a { background-color: rgb(255,102,186); }
div.DivClassName
{
background-color: #FF66BA;
}
.BgClassName
{
background-color: #FF66BA;
}
</style>
border-color css
<style>
span { border-color: #FF66BA; }
span { border-color: rgb(255,102,186); }
td.TdClassName
{
border-color: #FF66BA;
}
.TagClassName
{
border-color: #FF66BA;
}
</style>