Shades of Hot Pink #FF68BD
Tints of Hot Pink #FF68BD
RGB
CMYK
RGB Variations
Color information
#FF68BD (or 0xFF68BD) is known color: Hot Pink. HEX triplet: FF, 68 and BD. RGB value is (255,104,189). Sum of RGB (Red+Green+Blue) = 255+104+189=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68BD is #009742. Grayscale: #9E9E9E. Windows color (decimal): -38723 or 12413183. OLE color: 12413183.
HSL color Cylindrical-coordinate representation of color #FF68BD: hue angle of 326.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68BD is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 189 | - |
| CMYK | 0 | 0.59 | 0.26 | 0 |
| HSL | 326.23º | 1% | 0.7% | - |
| HSV(B) | 326.23º | 0.59% | 1% | - |
| XYZ | 55.38 | 34.83 | 51.95 | - |
| YUV | 158.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 189 | 0 | 0.59 | 0.26 | 0 | 326.23 | 1 | 0.7 |
| Hex | FF | 68 | BD | 0 | 3B | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 150 | 275 | 0 | 73 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10111101 | 0 | 111011 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF68BD
Complementary color
Monochromatic Colors of #FF68BD
Black with #FF68BD
Text Example
Text Example
White with #FF68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68BD; }
p { color: rgb(255,104,189); }
H1.HeaderClassName
{
color: #FF68BD;
}
.AnyTagClassName
{
color: #FF68BD;
}
</style>
background-color css
<style>
a { background-color: #FF68BD; }
a { background-color: rgb(255,104,189); }
div.DivClassName
{
background-color: #FF68BD;
}
.BgClassName
{
background-color: #FF68BD;
}
</style>
border-color css
<style>
span { border-color: #FF68BD; }
span { border-color: rgb(255,104,189); }
td.TdClassName
{
border-color: #FF68BD;
}
.TagClassName
{
border-color: #FF68BD;
}
</style>