Shades of Pink Flamingo #FF67EF
Tints of Pink Flamingo #FF67EF
RGB
CMYK
RGB Variations
Color information
#FF67EF (or 0xFF67EF) is known color: Pink Flamingo. HEX triplet: FF, 67 and EF. RGB value is (255,103,239). Sum of RGB (Red+Green+Blue) = 255+103+239=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67EF is #009810. Grayscale: #A3A3A3. Windows color (decimal): -38929 or 15689727. OLE color: 15689727.
HSL color Cylindrical-coordinate representation of color #FF67EF: hue angle of 306.32º 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 #FF67EF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 239 | - |
| CMYK | 0 | 0.60 | 0.06 | 0 |
| HSL | 306.32º | 1% | 0.7% | - |
| HSV(B) | 306.32º | 0.6% | 1% | - |
| XYZ | 61.67 | 37.19 | 85.59 | - |
| YUV | 163.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 239 | 0 | 0.60 | 0.06 | 0 | 306.32 | 1 | 0.7 |
| Hex | FF | 67 | EF | 0 | 3C | 6 | 0 | 132 | 64 | 46 |
| Octal | 377 | 147 | 357 | 0 | 74 | 6 | 0 | 462 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11101111 | 0 | 111100 | 110 | 0 | 100110010 | 1100100 | 1000110 |
Color Harmonies of #FF67EF
Complementary color
Monochromatic Colors of #FF67EF
Black with #FF67EF
Text Example
Text Example
White with #FF67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67EF; }
p { color: rgb(255,103,239); }
H1.HeaderClassName
{
color: #FF67EF;
}
.AnyTagClassName
{
color: #FF67EF;
}
</style>
background-color css
<style>
a { background-color: #FF67EF; }
a { background-color: rgb(255,103,239); }
div.DivClassName
{
background-color: #FF67EF;
}
.BgClassName
{
background-color: #FF67EF;
}
</style>
border-color css
<style>
span { border-color: #FF67EF; }
span { border-color: rgb(255,103,239); }
td.TdClassName
{
border-color: #FF67EF;
}
.TagClassName
{
border-color: #FF67EF;
}
</style>