Shades of Hot Pink #FF68AC
Tints of Hot Pink #FF68AC
RGB
CMYK
RGB Variations
Color information
#FF68AC (or 0xFF68AC) is known color: Hot Pink. HEX triplet: FF, 68 and AC. RGB value is (255,104,172). Sum of RGB (Red+Green+Blue) = 255+104+172=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AC is #009753. Grayscale: #9C9C9C. Windows color (decimal): -38740 or 11299071. OLE color: 11299071.
HSL color Cylindrical-coordinate representation of color #FF68AC: hue angle of 332.98º 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 #FF68AC is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 172 | - |
| CMYK | 0 | 0.59 | 0.33 | 0 |
| HSL | 332.98º | 1% | 0.7% | - |
| HSV(B) | 332.98º | 0.59% | 1% | - |
| XYZ | 53.64 | 34.14 | 42.79 | - |
| YUV | 156.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 172 | 0 | 0.59 | 0.33 | 0 | 332.98 | 1 | 0.7 |
| Hex | FF | 68 | AC | 0 | 3B | 21 | 0 | 14D | 64 | 46 |
| Octal | 377 | 150 | 254 | 0 | 73 | 41 | 0 | 515 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10101100 | 0 | 111011 | 100001 | 0 | 101001101 | 1100100 | 1000110 |
Color Harmonies of #FF68AC
Complementary color
Monochromatic Colors of #FF68AC
Black with #FF68AC
Text Example
Text Example
White with #FF68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68AC; }
p { color: rgb(255,104,172); }
H1.HeaderClassName
{
color: #FF68AC;
}
.AnyTagClassName
{
color: #FF68AC;
}
</style>
background-color css
<style>
a { background-color: #FF68AC; }
a { background-color: rgb(255,104,172); }
div.DivClassName
{
background-color: #FF68AC;
}
.BgClassName
{
background-color: #FF68AC;
}
</style>
border-color css
<style>
span { border-color: #FF68AC; }
span { border-color: rgb(255,104,172); }
td.TdClassName
{
border-color: #FF68AC;
}
.TagClassName
{
border-color: #FF68AC;
}
</style>