Shades of Pink Flamingo #FE67F0
Tints of Pink Flamingo #FE67F0
RGB
CMYK
RGB Variations
Color information
#FE67F0 (or 0xFE67F0) is known color: Pink Flamingo. HEX triplet: FE, 67 and F0. RGB value is (254,103,240). Sum of RGB (Red+Green+Blue) = 254+103+240=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE67F0 is #01980F. Grayscale: #A3A3A3. Windows color (decimal): -104464 or 15755262. OLE color: 15755262.
HSL color Cylindrical-coordinate representation of color #FE67F0: hue angle of 305.56º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67F0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 240 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.00 |
| HSL | 305.56º | 0.99% | 0.7% | - |
| HSV(B) | 305.56º | 0.59% | 1% | - |
| XYZ | 61.45 | 37.06 | 86.35 | - |
| YUV | 163.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 240 | 0 | 0.59 | 0.06 | 0.00 | 305.56 | 0.99 | 0.7 |
| Hex | FE | 67 | F0 | 0 | 3B | 6 | 0 | 132 | 63 | 46 |
| Octal | 376 | 147 | 360 | 0 | 73 | 6 | 0 | 462 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11110000 | 0 | 111011 | 110 | 0 | 100110010 | 1100011 | 1000110 |
Color Harmonies of #FE67F0
Complementary color
Monochromatic Colors of #FE67F0
Black with #FE67F0
Text Example
Text Example
White with #FE67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67F0; }
p { color: rgb(254,103,240); }
H1.HeaderClassName
{
color: #FE67F0;
}
.AnyTagClassName
{
color: #FE67F0;
}
</style>
background-color css
<style>
a { background-color: #FE67F0; }
a { background-color: rgb(254,103,240); }
div.DivClassName
{
background-color: #FE67F0;
}
.BgClassName
{
background-color: #FE67F0;
}
</style>
border-color css
<style>
span { border-color: #FE67F0; }
span { border-color: rgb(254,103,240); }
td.TdClassName
{
border-color: #FE67F0;
}
.TagClassName
{
border-color: #FE67F0;
}
</style>