Shades of Pink Flamingo #FC33FE
Tints of Pink Flamingo #FC33FE
RGB
CMYK
RGB Variations
Color information
#FC33FE (or 0xFC33FE) is known color: Pink Flamingo. HEX triplet: FC, 33 and FE. RGB value is (252,51,254). Sum of RGB (Red+Green+Blue) = 252+51+254=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 51 (20.31% from 255 or 9.16% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33FE is #03CC01. Grayscale: #858585. Windows color (decimal): -248834 or 16659452. OLE color: 16659452.
HSL color Cylindrical-coordinate representation of color #FC33FE: 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 #FC33FE is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 51 | 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.22 | 30.22 | 96.48 | - |
| YUV | 134.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 254 | 0.01 | 0.80 | 0 | 0.00 | 299.41 | 0.99 | 0.6 |
| Hex | FC | 33 | FE | 1 | 50 | 0 | 0 | 12B | 63 | 3C |
| Octal | 374 | 63 | 376 | 1 | 120 | 0 | 0 | 453 | 143 | 74 |
| Binary | 11111100 | 110011 | 11111110 | 1 | 1010000 | 0 | 0 | 100101011 | 1100011 | 111100 |
Color Harmonies of #FC33FE
Complementary color
Monochromatic Colors of #FC33FE
Black with #FC33FE
Text Example
Text Example
White with #FC33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33FE; }
p { color: rgb(252,51,254); }
H1.HeaderClassName
{
color: #FC33FE;
}
.AnyTagClassName
{
color: #FC33FE;
}
</style>
background-color css
<style>
a { background-color: #FC33FE; }
a { background-color: rgb(252,51,254); }
div.DivClassName
{
background-color: #FC33FE;
}
.BgClassName
{
background-color: #FC33FE;
}
</style>
border-color css
<style>
span { border-color: #FC33FE; }
span { border-color: rgb(252,51,254); }
td.TdClassName
{
border-color: #FC33FE;
}
.TagClassName
{
border-color: #FC33FE;
}
</style>