Shades of Pink Flamingo #FF68E7
Tints of Pink Flamingo #FF68E7
RGB
CMYK
RGB Variations
Color information
#FF68E7 (or 0xFF68E7) is known color: Pink Flamingo. HEX triplet: FF, 68 and E7. RGB value is (255,104,231). Sum of RGB (Red+Green+Blue) = 255+104+231=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 104 (41.02% from 255 or 17.63% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68E7 is #009718. Grayscale: #A3A3A3. Windows color (decimal): -38681 or 15165695. OLE color: 15165695.
HSL color Cylindrical-coordinate representation of color #FF68E7: hue angle of 309.54º 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 #FF68E7 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 231 | - |
| CMYK | 0 | 0.59 | 0.09 | 0 |
| HSL | 309.54º | 1% | 0.7% | - |
| HSV(B) | 309.54º | 0.59% | 1% | - |
| XYZ | 60.61 | 36.93 | 79.53 | - |
| YUV | 163.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 231 | 0 | 0.59 | 0.09 | 0 | 309.54 | 1 | 0.7 |
| Hex | FF | 68 | E7 | 0 | 3B | 9 | 0 | 136 | 64 | 46 |
| Octal | 377 | 150 | 347 | 0 | 73 | 11 | 0 | 466 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11100111 | 0 | 111011 | 1001 | 0 | 100110110 | 1100100 | 1000110 |
Color Harmonies of #FF68E7
Complementary color
Monochromatic Colors of #FF68E7
Black with #FF68E7
Text Example
Text Example
White with #FF68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68E7; }
p { color: rgb(255,104,231); }
H1.HeaderClassName
{
color: #FF68E7;
}
.AnyTagClassName
{
color: #FF68E7;
}
</style>
background-color css
<style>
a { background-color: #FF68E7; }
a { background-color: rgb(255,104,231); }
div.DivClassName
{
background-color: #FF68E7;
}
.BgClassName
{
background-color: #FF68E7;
}
</style>
border-color css
<style>
span { border-color: #FF68E7; }
span { border-color: rgb(255,104,231); }
td.TdClassName
{
border-color: #FF68E7;
}
.TagClassName
{
border-color: #FF68E7;
}
</style>