Shades of Pink Flamingo #FF68F0
Tints of Pink Flamingo #FF68F0
RGB
CMYK
RGB Variations
Color information
#FF68F0 (or 0xFF68F0) is known color: Pink Flamingo. HEX triplet: FF, 68 and F0. RGB value is (255,104,240). Sum of RGB (Red+Green+Blue) = 255+104+240=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68F0 is #00970F. Grayscale: #A4A4A4. Windows color (decimal): -38672 or 15755519. OLE color: 15755519.
HSL color Cylindrical-coordinate representation of color #FF68F0: hue angle of 305.96º 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 #FF68F0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 240 | - |
| CMYK | 0 | 0.59 | 0.06 | 0 |
| HSL | 305.96º | 1% | 0.7% | - |
| HSV(B) | 305.96º | 0.59% | 1% | - |
| XYZ | 61.92 | 37.45 | 86.4 | - |
| YUV | 164.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 240 | 0 | 0.59 | 0.06 | 0 | 305.96 | 1 | 0.7 |
| Hex | FF | 68 | F0 | 0 | 3B | 6 | 0 | 132 | 64 | 46 |
| Octal | 377 | 150 | 360 | 0 | 73 | 6 | 0 | 462 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11110000 | 0 | 111011 | 110 | 0 | 100110010 | 1100100 | 1000110 |
Color Harmonies of #FF68F0
Complementary color
Monochromatic Colors of #FF68F0
Black with #FF68F0
Text Example
Text Example
White with #FF68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68F0; }
p { color: rgb(255,104,240); }
H1.HeaderClassName
{
color: #FF68F0;
}
.AnyTagClassName
{
color: #FF68F0;
}
</style>
background-color css
<style>
a { background-color: #FF68F0; }
a { background-color: rgb(255,104,240); }
div.DivClassName
{
background-color: #FF68F0;
}
.BgClassName
{
background-color: #FF68F0;
}
</style>
border-color css
<style>
span { border-color: #FF68F0; }
span { border-color: rgb(255,104,240); }
td.TdClassName
{
border-color: #FF68F0;
}
.TagClassName
{
border-color: #FF68F0;
}
</style>