Shades of Pink Flamingo #FE45FC
Tints of Pink Flamingo #FE45FC
RGB
CMYK
RGB Variations
Color information
#FE45FC (or 0xFE45FC) is known color: Pink Flamingo. HEX triplet: FE, 45 and FC. RGB value is (254,69,252). Sum of RGB (Red+Green+Blue) = 254+69+252=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 69 (27.34% from 255 or 12% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45FC is #01BA03. Grayscale: #909090. Windows color (decimal): -113156 or 16532990. OLE color: 16532990.
HSL color Cylindrical-coordinate representation of color #FE45FC: hue angle of 300.65º 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 #FE45FC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 252 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.00 |
| HSL | 300.65º | 0.99% | 0.63% | - |
| HSV(B) | 300.65º | 0.73% | 1% | - |
| XYZ | 60.57 | 32.36 | 95.15 | - |
| YUV | 145.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 252 | 0 | 0.73 | 0.01 | 0.00 | 300.65 | 0.99 | 0.63 |
| Hex | FE | 45 | FC | 0 | 49 | 1 | 0 | 12D | 63 | 3F |
| Octal | 376 | 105 | 374 | 0 | 111 | 1 | 0 | 455 | 143 | 77 |
| Binary | 11111110 | 1000101 | 11111100 | 0 | 1001001 | 1 | 0 | 100101101 | 1100011 | 111111 |
Color Harmonies of #FE45FC
Complementary color
Monochromatic Colors of #FE45FC
Black with #FE45FC
Text Example
Text Example
White with #FE45FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45FC; }
p { color: rgb(254,69,252); }
H1.HeaderClassName
{
color: #FE45FC;
}
.AnyTagClassName
{
color: #FE45FC;
}
</style>
background-color css
<style>
a { background-color: #FE45FC; }
a { background-color: rgb(254,69,252); }
div.DivClassName
{
background-color: #FE45FC;
}
.BgClassName
{
background-color: #FE45FC;
}
</style>
border-color css
<style>
span { border-color: #FE45FC; }
span { border-color: rgb(254,69,252); }
td.TdClassName
{
border-color: #FE45FC;
}
.TagClassName
{
border-color: #FE45FC;
}
</style>