Shades of Pink Flamingo #FE3BF5
Tints of Pink Flamingo #FE3BF5
RGB
CMYK
RGB Variations
Color information
#FE3BF5 (or 0xFE3BF5) is known color: Pink Flamingo. HEX triplet: FE, 3B and F5. RGB value is (254,59,245). Sum of RGB (Red+Green+Blue) = 254+59+245=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 59 (23.44% from 255 or 10.57% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3BF5 is #01C40A. Grayscale: #898989. Windows color (decimal): -115723 or 16071678. OLE color: 16071678.
HSL color Cylindrical-coordinate representation of color #FE3BF5: hue angle of 302.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BF5 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 245 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.00 |
| HSL | 302.77º | 0.99% | 0.61% | - |
| HSV(B) | 302.77º | 0.77% | 1% | - |
| XYZ | 58.92 | 30.79 | 89.22 | - |
| YUV | 138.51 | 188.1 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 245 | 0 | 0.77 | 0.04 | 0.00 | 302.77 | 0.99 | 0.61 |
| Hex | FE | 3B | F5 | 0 | 4D | 4 | 0 | 12F | 63 | 3D |
| Octal | 376 | 73 | 365 | 0 | 115 | 4 | 0 | 457 | 143 | 75 |
| Binary | 11111110 | 111011 | 11110101 | 0 | 1001101 | 100 | 0 | 100101111 | 1100011 | 111101 |
Color Harmonies of #FE3BF5
Complementary color
Monochromatic Colors of #FE3BF5
Black with #FE3BF5
Text Example
Text Example
White with #FE3BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BF5; }
p { color: rgb(254,59,245); }
H1.HeaderClassName
{
color: #FE3BF5;
}
.AnyTagClassName
{
color: #FE3BF5;
}
</style>
background-color css
<style>
a { background-color: #FE3BF5; }
a { background-color: rgb(254,59,245); }
div.DivClassName
{
background-color: #FE3BF5;
}
.BgClassName
{
background-color: #FE3BF5;
}
</style>
border-color css
<style>
span { border-color: #FE3BF5; }
span { border-color: rgb(254,59,245); }
td.TdClassName
{
border-color: #FE3BF5;
}
.TagClassName
{
border-color: #FE3BF5;
}
</style>