Shades of Pink Flamingo #FF68FF
Tints of Pink Flamingo #FF68FF
RGB
CMYK
RGB Variations
Color information
#FF68FF (or 0xFF68FF) is known color: Pink Flamingo. HEX triplet: FF, 68 and FF. RGB value is (255,104,255). Sum of RGB (Red+Green+Blue) = 255+104+255=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 104 (41.02% from 255 or 16.94% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68FF is #009700. Grayscale: #A5A5A5. Windows color (decimal): -38657 or 16738559. OLE color: 16738559.
HSL color Cylindrical-coordinate representation of color #FF68FF: hue angle of 300º 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 #FF68FF is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 255 | - |
| CMYK | 0 | 0.59 | 0 | 0 |
| HSL | 300º | 1% | 0.7% | - |
| HSV(B) | 300º | 0.59% | 1% | - |
| XYZ | 64.24 | 38.38 | 98.63 | - |
| YUV | 166.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 255 | 0 | 0.59 | 0 | 0 | 300 | 1 | 0.7 |
| Hex | FF | 68 | FF | 0 | 3B | 0 | 0 | 12C | 64 | 46 |
| Octal | 377 | 150 | 377 | 0 | 73 | 0 | 0 | 454 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11111111 | 0 | 111011 | 0 | 0 | 100101100 | 1100100 | 1000110 |
Color Harmonies of #FF68FF
Complementary color
Monochromatic Colors of #FF68FF
Black with #FF68FF
Text Example
Text Example
White with #FF68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68FF; }
p { color: rgb(255,104,255); }
H1.HeaderClassName
{
color: #FF68FF;
}
.AnyTagClassName
{
color: #FF68FF;
}
</style>
background-color css
<style>
a { background-color: #FF68FF; }
a { background-color: rgb(255,104,255); }
div.DivClassName
{
background-color: #FF68FF;
}
.BgClassName
{
background-color: #FF68FF;
}
</style>
border-color css
<style>
span { border-color: #FF68FF; }
span { border-color: rgb(255,104,255); }
td.TdClassName
{
border-color: #FF68FF;
}
.TagClassName
{
border-color: #FF68FF;
}
</style>