Shades of Pink Flamingo #FF68FD
Tints of Pink Flamingo #FF68FD
RGB
CMYK
RGB Variations
Color information
#FF68FD (or 0xFF68FD) is known color: Pink Flamingo. HEX triplet: FF, 68 and FD. RGB value is (255,104,253). Sum of RGB (Red+Green+Blue) = 255+104+253=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 104 (41.02% from 255 or 16.99% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68FD is #009702. Grayscale: #A5A5A5. Windows color (decimal): -38659 or 16607487. OLE color: 16607487.
HSL color Cylindrical-coordinate representation of color #FF68FD: hue angle of 300.79º 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 #FF68FD is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 253 | - |
| CMYK | 0 | 0.59 | 0.01 | 0 |
| HSL | 300.79º | 1% | 0.7% | - |
| HSV(B) | 300.79º | 0.59% | 1% | - |
| XYZ | 63.92 | 38.25 | 96.94 | - |
| YUV | 166.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 253 | 0 | 0.59 | 0.01 | 0 | 300.79 | 1 | 0.7 |
| Hex | FF | 68 | FD | 0 | 3B | 1 | 0 | 12D | 64 | 46 |
| Octal | 377 | 150 | 375 | 0 | 73 | 1 | 0 | 455 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11111101 | 0 | 111011 | 1 | 0 | 100101101 | 1100100 | 1000110 |
Color Harmonies of #FF68FD
Complementary color
Monochromatic Colors of #FF68FD
Black with #FF68FD
Text Example
Text Example
White with #FF68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68FD; }
p { color: rgb(255,104,253); }
H1.HeaderClassName
{
color: #FF68FD;
}
.AnyTagClassName
{
color: #FF68FD;
}
</style>
background-color css
<style>
a { background-color: #FF68FD; }
a { background-color: rgb(255,104,253); }
div.DivClassName
{
background-color: #FF68FD;
}
.BgClassName
{
background-color: #FF68FD;
}
</style>
border-color css
<style>
span { border-color: #FF68FD; }
span { border-color: rgb(255,104,253); }
td.TdClassName
{
border-color: #FF68FD;
}
.TagClassName
{
border-color: #FF68FD;
}
</style>