Shades of Pink Flamingo #FE45FE
Tints of Pink Flamingo #FE45FE
RGB
CMYK
RGB Variations
Color information
#FE45FE (or 0xFE45FE) is known color: Pink Flamingo. HEX triplet: FE, 45 and FE. RGB value is (254,69,254). Sum of RGB (Red+Green+Blue) = 254+69+254=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 69 (27.34% from 255 or 11.96% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE45FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45FE is #01BA01. Grayscale: #909090. Windows color (decimal): -113154 or 16664062. OLE color: 16664062.
HSL color Cylindrical-coordinate representation of color #FE45FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE45FE is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 254 | - |
| CMYK | 0 | 0.73 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.63% | - |
| HSV(B) | 300º | 0.73% | 1% | - |
| XYZ | 60.89 | 32.48 | 96.83 | - |
| YUV | 145.41 | 189.29 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 254 | 0 | 0.73 | 0 | 0.00 | 300 | 0.99 | 0.63 |
| Hex | FE | 45 | FE | 0 | 49 | 0 | 0 | 12C | 63 | 3F |
| Octal | 376 | 105 | 376 | 0 | 111 | 0 | 0 | 454 | 143 | 77 |
| Binary | 11111110 | 1000101 | 11111110 | 0 | 1001001 | 0 | 0 | 100101100 | 1100011 | 111111 |
Color Harmonies of #FE45FE
Complementary color
Monochromatic Colors of #FE45FE
Black with #FE45FE
Text Example
Text Example
White with #FE45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45FE; }
p { color: rgb(254,69,254); }
H1.HeaderClassName
{
color: #FE45FE;
}
.AnyTagClassName
{
color: #FE45FE;
}
</style>
background-color css
<style>
a { background-color: #FE45FE; }
a { background-color: rgb(254,69,254); }
div.DivClassName
{
background-color: #FE45FE;
}
.BgClassName
{
background-color: #FE45FE;
}
</style>
border-color css
<style>
span { border-color: #FE45FE; }
span { border-color: rgb(254,69,254); }
td.TdClassName
{
border-color: #FE45FE;
}
.TagClassName
{
border-color: #FE45FE;
}
</style>