Shades of Pink Flamingo #FF67E6
Tints of Pink Flamingo #FF67E6
RGB
CMYK
RGB Variations
Color information
#FF67E6 (or 0xFF67E6) is known color: Pink Flamingo. HEX triplet: FF, 67 and E6. RGB value is (255,103,230). Sum of RGB (Red+Green+Blue) = 255+103+230=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67E6 is #009819. Grayscale: #A2A2A2. Windows color (decimal): -38938 or 15099903. OLE color: 15099903.
HSL color Cylindrical-coordinate representation of color #FF67E6: hue angle of 309.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67E6 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 230 | - |
| CMYK | 0 | 0.60 | 0.10 | 0 |
| HSL | 309.87º | 1% | 0.7% | - |
| HSV(B) | 309.87º | 0.6% | 1% | - |
| XYZ | 60.37 | 36.67 | 78.76 | - |
| YUV | 162.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 230 | 0 | 0.60 | 0.10 | 0 | 309.87 | 1 | 0.7 |
| Hex | FF | 67 | E6 | 0 | 3C | A | 0 | 136 | 64 | 46 |
| Octal | 377 | 147 | 346 | 0 | 74 | 12 | 0 | 466 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11100110 | 0 | 111100 | 1010 | 0 | 100110110 | 1100100 | 1000110 |
Color Harmonies of #FF67E6
Complementary color
Monochromatic Colors of #FF67E6
Black with #FF67E6
Text Example
Text Example
White with #FF67E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67E6; }
p { color: rgb(255,103,230); }
H1.HeaderClassName
{
color: #FF67E6;
}
.AnyTagClassName
{
color: #FF67E6;
}
</style>
background-color css
<style>
a { background-color: #FF67E6; }
a { background-color: rgb(255,103,230); }
div.DivClassName
{
background-color: #FF67E6;
}
.BgClassName
{
background-color: #FF67E6;
}
</style>
border-color css
<style>
span { border-color: #FF67E6; }
span { border-color: rgb(255,103,230); }
td.TdClassName
{
border-color: #FF67E6;
}
.TagClassName
{
border-color: #FF67E6;
}
</style>