Shades of Pink Flamingo #FE3DF8
Tints of Pink Flamingo #FE3DF8
RGB
CMYK
RGB Variations
Color information
#FE3DF8 (or 0xFE3DF8) is known color: Pink Flamingo. HEX triplet: FE, 3D and F8. RGB value is (254,61,248). Sum of RGB (Red+Green+Blue) = 254+61+248=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 61 (24.22% from 255 or 10.83% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DF8 is #01C207. Grayscale: #8B8B8B. Windows color (decimal): -115208 or 16268798. OLE color: 16268798.
HSL color Cylindrical-coordinate representation of color #FE3DF8: hue angle of 301.87º 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 #FE3DF8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 248 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.00 |
| HSL | 301.87º | 0.99% | 0.62% | - |
| HSV(B) | 301.87º | 0.76% | 1% | - |
| XYZ | 59.49 | 31.19 | 91.69 | - |
| YUV | 140.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 248 | 0 | 0.76 | 0.02 | 0.00 | 301.87 | 0.99 | 0.62 |
| Hex | FE | 3D | F8 | 0 | 4C | 2 | 0 | 12E | 63 | 3E |
| Octal | 376 | 75 | 370 | 0 | 114 | 2 | 0 | 456 | 143 | 76 |
| Binary | 11111110 | 111101 | 11111000 | 0 | 1001100 | 10 | 0 | 100101110 | 1100011 | 111110 |
Color Harmonies of #FE3DF8
Complementary color
Monochromatic Colors of #FE3DF8
Black with #FE3DF8
Text Example
Text Example
White with #FE3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DF8; }
p { color: rgb(254,61,248); }
H1.HeaderClassName
{
color: #FE3DF8;
}
.AnyTagClassName
{
color: #FE3DF8;
}
</style>
background-color css
<style>
a { background-color: #FE3DF8; }
a { background-color: rgb(254,61,248); }
div.DivClassName
{
background-color: #FE3DF8;
}
.BgClassName
{
background-color: #FE3DF8;
}
</style>
border-color css
<style>
span { border-color: #FE3DF8; }
span { border-color: rgb(254,61,248); }
td.TdClassName
{
border-color: #FE3DF8;
}
.TagClassName
{
border-color: #FE3DF8;
}
</style>