Shades of Hot Pink #FF68AE
Tints of Hot Pink #FF68AE
RGB
CMYK
RGB Variations
Color information
#FF68AE (or 0xFF68AE) is known color: Hot Pink. HEX triplet: FF, 68 and AE. RGB value is (255,104,174). Sum of RGB (Red+Green+Blue) = 255+104+174=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AE is #009751. Grayscale: #9D9D9D. Windows color (decimal): -38738 or 11430143. OLE color: 11430143.
HSL color Cylindrical-coordinate representation of color #FF68AE: hue angle of 332.19º 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 #FF68AE is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 174 | - |
| CMYK | 0 | 0.59 | 0.32 | 0 |
| HSL | 332.19º | 1% | 0.7% | - |
| HSV(B) | 332.19º | 0.59% | 1% | - |
| XYZ | 53.83 | 34.22 | 43.81 | - |
| YUV | 157.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 174 | 0 | 0.59 | 0.32 | 0 | 332.19 | 1 | 0.7 |
| Hex | FF | 68 | AE | 0 | 3B | 20 | 0 | 14C | 64 | 46 |
| Octal | 377 | 150 | 256 | 0 | 73 | 40 | 0 | 514 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10101110 | 0 | 111011 | 100000 | 0 | 101001100 | 1100100 | 1000110 |
Color Harmonies of #FF68AE
Complementary color
Monochromatic Colors of #FF68AE
Black with #FF68AE
Text Example
Text Example
White with #FF68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68AE; }
p { color: rgb(255,104,174); }
H1.HeaderClassName
{
color: #FF68AE;
}
.AnyTagClassName
{
color: #FF68AE;
}
</style>
background-color css
<style>
a { background-color: #FF68AE; }
a { background-color: rgb(255,104,174); }
div.DivClassName
{
background-color: #FF68AE;
}
.BgClassName
{
background-color: #FF68AE;
}
</style>
border-color css
<style>
span { border-color: #FF68AE; }
span { border-color: rgb(255,104,174); }
td.TdClassName
{
border-color: #FF68AE;
}
.TagClassName
{
border-color: #FF68AE;
}
</style>