Shades of Pink Flamingo #FF36FE
Tints of Pink Flamingo #FF36FE
RGB
CMYK
RGB Variations
Color information
#FF36FE (or 0xFF36FE) is known color: Pink Flamingo. HEX triplet: FF, 36 and FE. RGB value is (255,54,254). Sum of RGB (Red+Green+Blue) = 255+54+254=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 54 (21.48% from 255 or 9.59% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF36FE is #00C901. Grayscale: #888888. Windows color (decimal): -51458 or 16660223. OLE color: 16660223.
HSL color Cylindrical-coordinate representation of color #FF36FE: hue angle of 300.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF36FE is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 254 | - |
| CMYK | 0 | 0.79 | 0.00 | 0 |
| HSL | 300.3º | 1% | 0.61% | - |
| HSV(B) | 300.3º | 0.79% | 1% | - |
| XYZ | 60.45 | 31.05 | 96.57 | - |
| YUV | 136.9 | 194.09 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 254 | 0 | 0.79 | 0.00 | 0 | 300.3 | 1 | 0.61 |
| Hex | FF | 36 | FE | 0 | 4F | 0 | 0 | 12C | 64 | 3D |
| Octal | 377 | 66 | 376 | 0 | 117 | 0 | 0 | 454 | 144 | 75 |
| Binary | 11111111 | 110110 | 11111110 | 0 | 1001111 | 0 | 0 | 100101100 | 1100100 | 111101 |
Color Harmonies of #FF36FE
Complementary color
Monochromatic Colors of #FF36FE
Black with #FF36FE
Text Example
Text Example
White with #FF36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36FE; }
p { color: rgb(255,54,254); }
H1.HeaderClassName
{
color: #FF36FE;
}
.AnyTagClassName
{
color: #FF36FE;
}
</style>
background-color css
<style>
a { background-color: #FF36FE; }
a { background-color: rgb(255,54,254); }
div.DivClassName
{
background-color: #FF36FE;
}
.BgClassName
{
background-color: #FF36FE;
}
</style>
border-color css
<style>
span { border-color: #FF36FE; }
span { border-color: rgb(255,54,254); }
td.TdClassName
{
border-color: #FF36FE;
}
.TagClassName
{
border-color: #FF36FE;
}
</style>