Shades of Pink Flamingo #FE3DF7
Tints of Pink Flamingo #FE3DF7
RGB
CMYK
RGB Variations
Color information
#FE3DF7 (or 0xFE3DF7) is known color: Pink Flamingo. HEX triplet: FE, 3D and F7. RGB value is (254,61,247). Sum of RGB (Red+Green+Blue) = 254+61+247=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 61 (24.22% from 255 or 10.85% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DF7 is #01C208. Grayscale: #8B8B8B. Windows color (decimal): -115209 or 16203262. OLE color: 16203262.
HSL color Cylindrical-coordinate representation of color #FE3DF7: hue angle of 302.18º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DF7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 247 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.00 |
| HSL | 302.18º | 0.99% | 0.62% | - |
| HSV(B) | 302.18º | 0.76% | 1% | - |
| XYZ | 59.33 | 31.12 | 90.88 | - |
| YUV | 139.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 247 | 0 | 0.76 | 0.03 | 0.00 | 302.18 | 0.99 | 0.62 |
| Hex | FE | 3D | F7 | 0 | 4C | 3 | 0 | 12E | 63 | 3E |
| Octal | 376 | 75 | 367 | 0 | 114 | 3 | 0 | 456 | 143 | 76 |
| Binary | 11111110 | 111101 | 11110111 | 0 | 1001100 | 11 | 0 | 100101110 | 1100011 | 111110 |
Color Harmonies of #FE3DF7
Complementary color
Monochromatic Colors of #FE3DF7
Black with #FE3DF7
Text Example
Text Example
White with #FE3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DF7; }
p { color: rgb(254,61,247); }
H1.HeaderClassName
{
color: #FE3DF7;
}
.AnyTagClassName
{
color: #FE3DF7;
}
</style>
background-color css
<style>
a { background-color: #FE3DF7; }
a { background-color: rgb(254,61,247); }
div.DivClassName
{
background-color: #FE3DF7;
}
.BgClassName
{
background-color: #FE3DF7;
}
</style>
border-color css
<style>
span { border-color: #FE3DF7; }
span { border-color: rgb(254,61,247); }
td.TdClassName
{
border-color: #FE3DF7;
}
.TagClassName
{
border-color: #FE3DF7;
}
</style>