Shades of Pink Flamingo #FE3DF5
Tints of Pink Flamingo #FE3DF5
RGB
CMYK
RGB Variations
Color information
#FE3DF5 (or 0xFE3DF5) is known color: Pink Flamingo. HEX triplet: FE, 3D and F5. RGB value is (254,61,245). Sum of RGB (Red+Green+Blue) = 254+61+245=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 61 (24.22% from 255 or 10.89% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DF5 is #01C20A. Grayscale: #8B8B8B. Windows color (decimal): -115211 or 16072190. OLE color: 16072190.
HSL color Cylindrical-coordinate representation of color #FE3DF5: hue angle of 302.8º 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 #FE3DF5 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 245 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.00 |
| HSL | 302.8º | 0.99% | 0.62% | - |
| HSV(B) | 302.8º | 0.76% | 1% | - |
| XYZ | 59.02 | 31 | 89.26 | - |
| YUV | 139.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 245 | 0 | 0.76 | 0.04 | 0.00 | 302.8 | 0.99 | 0.62 |
| Hex | FE | 3D | F5 | 0 | 4C | 4 | 0 | 12F | 63 | 3E |
| Octal | 376 | 75 | 365 | 0 | 114 | 4 | 0 | 457 | 143 | 76 |
| Binary | 11111110 | 111101 | 11110101 | 0 | 1001100 | 100 | 0 | 100101111 | 1100011 | 111110 |
Color Harmonies of #FE3DF5
Complementary color
Monochromatic Colors of #FE3DF5
Black with #FE3DF5
Text Example
Text Example
White with #FE3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DF5; }
p { color: rgb(254,61,245); }
H1.HeaderClassName
{
color: #FE3DF5;
}
.AnyTagClassName
{
color: #FE3DF5;
}
</style>
background-color css
<style>
a { background-color: #FE3DF5; }
a { background-color: rgb(254,61,245); }
div.DivClassName
{
background-color: #FE3DF5;
}
.BgClassName
{
background-color: #FE3DF5;
}
</style>
border-color css
<style>
span { border-color: #FE3DF5; }
span { border-color: rgb(254,61,245); }
td.TdClassName
{
border-color: #FE3DF5;
}
.TagClassName
{
border-color: #FE3DF5;
}
</style>