Shades of Pink Flamingo #FC53FE
Tints of Pink Flamingo #FC53FE
RGB
CMYK
RGB Variations
Color information
#FC53FE (or 0xFC53FE) is known color: Pink Flamingo. HEX triplet: FC, 53 and FE. RGB value is (252,83,254). Sum of RGB (Red+Green+Blue) = 252+83+254=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 83 (32.81% from 255 or 14.09% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53FE is #03AC01. Grayscale: #989898. Windows color (decimal): -240642 or 16667644. OLE color: 16667644.
HSL color Cylindrical-coordinate representation of color #FC53FE: hue angle of 299.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53FE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 83 | 254 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.00 |
| HSL | 299.3º | 0.99% | 0.66% | - |
| HSV(B) | 299.3º | 0.67% | 1% | - |
| XYZ | 61.13 | 34.04 | 97.11 | - |
| YUV | 153.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 254 | 0.01 | 0.67 | 0 | 0.00 | 299.3 | 0.99 | 0.66 |
| Hex | FC | 53 | FE | 1 | 43 | 0 | 0 | 12B | 63 | 42 |
| Octal | 374 | 123 | 376 | 1 | 103 | 0 | 0 | 453 | 143 | 102 |
| Binary | 11111100 | 1010011 | 11111110 | 1 | 1000011 | 0 | 0 | 100101011 | 1100011 | 1000010 |
Color Harmonies of #FC53FE
Complementary color
Monochromatic Colors of #FC53FE
Black with #FC53FE
Text Example
Text Example
White with #FC53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53FE; }
p { color: rgb(252,83,254); }
H1.HeaderClassName
{
color: #FC53FE;
}
.AnyTagClassName
{
color: #FC53FE;
}
</style>
background-color css
<style>
a { background-color: #FC53FE; }
a { background-color: rgb(252,83,254); }
div.DivClassName
{
background-color: #FC53FE;
}
.BgClassName
{
background-color: #FC53FE;
}
</style>
border-color css
<style>
span { border-color: #FC53FE; }
span { border-color: rgb(252,83,254); }
td.TdClassName
{
border-color: #FC53FE;
}
.TagClassName
{
border-color: #FC53FE;
}
</style>