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