Shades of Pink Flamingo #FC34FE
Tints of Pink Flamingo #FC34FE
RGB
CMYK
RGB Variations
Color information
#FC34FE (or 0xFC34FE) is known color: Pink Flamingo. HEX triplet: FC, 34 and FE. RGB value is (252,52,254). Sum of RGB (Red+Green+Blue) = 252+52+254=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 52 (20.70% from 255 or 9.32% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC34FE is #03CB01. Grayscale: #868686. Windows color (decimal): -248578 or 16659708. OLE color: 16659708.
HSL color Cylindrical-coordinate representation of color #FC34FE: hue angle of 299.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC34FE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 52 | 254 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.00 |
| HSL | 299.41º | 0.99% | 0.6% | - |
| HSV(B) | 299.41º | 0.8% | 1% | - |
| XYZ | 59.26 | 30.31 | 96.49 | - |
| YUV | 134.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 254 | 0.01 | 0.80 | 0 | 0.00 | 299.41 | 0.99 | 0.6 |
| Hex | FC | 34 | FE | 1 | 50 | 0 | 0 | 12B | 63 | 3C |
| Octal | 374 | 64 | 376 | 1 | 120 | 0 | 0 | 453 | 143 | 74 |
| Binary | 11111100 | 110100 | 11111110 | 1 | 1010000 | 0 | 0 | 100101011 | 1100011 | 111100 |
Color Harmonies of #FC34FE
Complementary color
Monochromatic Colors of #FC34FE
Black with #FC34FE
Text Example
Text Example
White with #FC34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34FE; }
p { color: rgb(252,52,254); }
H1.HeaderClassName
{
color: #FC34FE;
}
.AnyTagClassName
{
color: #FC34FE;
}
</style>
background-color css
<style>
a { background-color: #FC34FE; }
a { background-color: rgb(252,52,254); }
div.DivClassName
{
background-color: #FC34FE;
}
.BgClassName
{
background-color: #FC34FE;
}
</style>
border-color css
<style>
span { border-color: #FC34FE; }
span { border-color: rgb(252,52,254); }
td.TdClassName
{
border-color: #FC34FE;
}
.TagClassName
{
border-color: #FC34FE;
}
</style>