Shades of Pink Flamingo #FF36FC
Tints of Pink Flamingo #FF36FC
RGB
CMYK
RGB Variations
Color information
#FF36FC (or 0xFF36FC) is known color: Pink Flamingo. HEX triplet: FF, 36 and FC. RGB value is (255,54,252). Sum of RGB (Red+Green+Blue) = 255+54+252=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 54 (21.48% from 255 or 9.63% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF36FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF36FC is #00C903. Grayscale: #888888. Windows color (decimal): -51460 or 16529151. OLE color: 16529151.
HSL color Cylindrical-coordinate representation of color #FF36FC: hue angle of 300.9º 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 #FF36FC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 252 | - |
| CMYK | 0 | 0.79 | 0.01 | 0 |
| HSL | 300.9º | 1% | 0.61% | - |
| HSV(B) | 300.9º | 0.79% | 1% | - |
| XYZ | 60.13 | 30.93 | 94.9 | - |
| YUV | 136.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 252 | 0 | 0.79 | 0.01 | 0 | 300.9 | 1 | 0.61 |
| Hex | FF | 36 | FC | 0 | 4F | 1 | 0 | 12D | 64 | 3D |
| Octal | 377 | 66 | 374 | 0 | 117 | 1 | 0 | 455 | 144 | 75 |
| Binary | 11111111 | 110110 | 11111100 | 0 | 1001111 | 1 | 0 | 100101101 | 1100100 | 111101 |
Color Harmonies of #FF36FC
Complementary color
Monochromatic Colors of #FF36FC
Black with #FF36FC
Text Example
Text Example
White with #FF36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF36FC; }
p { color: rgb(255,54,252); }
H1.HeaderClassName
{
color: #FF36FC;
}
.AnyTagClassName
{
color: #FF36FC;
}
</style>
background-color css
<style>
a { background-color: #FF36FC; }
a { background-color: rgb(255,54,252); }
div.DivClassName
{
background-color: #FF36FC;
}
.BgClassName
{
background-color: #FF36FC;
}
</style>
border-color css
<style>
span { border-color: #FF36FC; }
span { border-color: rgb(255,54,252); }
td.TdClassName
{
border-color: #FF36FC;
}
.TagClassName
{
border-color: #FF36FC;
}
</style>