Shades of Pink Flamingo #F036FF
Tints of Pink Flamingo #F036FF
RGB
CMYK
RGB Variations
Color information
#F036FF (or 0xF036FF) is known color: Pink Flamingo. HEX triplet: F0, 36 and FF. RGB value is (240,54,255). Sum of RGB (Red+Green+Blue) = 240+54+255=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 54 (21.48% from 255 or 9.84% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F036FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F036FF is #0FC900. Grayscale: #838383. Windows color (decimal): -1034497 or 16725744. OLE color: 16725744.
HSL color Cylindrical-coordinate representation of color #F036FF: hue angle of 295.52º 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 #F036FF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 54 | 255 | - |
| CMYK | 0.06 | 0.79 | 0 | 0 |
| HSL | 295.52º | 1% | 0.61% | - |
| HSV(B) | 295.52º | 0.79% | 1% | - |
| XYZ | 55.3 | 28.38 | 97.17 | - |
| YUV | 132.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 255 | 0.06 | 0.79 | 0 | 0 | 295.52 | 1 | 0.61 |
| Hex | F0 | 36 | FF | 6 | 4F | 0 | 0 | 128 | 64 | 3D |
| Octal | 360 | 66 | 377 | 6 | 117 | 0 | 0 | 450 | 144 | 75 |
| Binary | 11110000 | 110110 | 11111111 | 110 | 1001111 | 0 | 0 | 100101000 | 1100100 | 111101 |
Color Harmonies of #F036FF
Complementary color
Monochromatic Colors of #F036FF
Black with #F036FF
Text Example
Text Example
White with #F036FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F036FF; }
p { color: rgb(240,54,255); }
H1.HeaderClassName
{
color: #F036FF;
}
.AnyTagClassName
{
color: #F036FF;
}
</style>
background-color css
<style>
a { background-color: #F036FF; }
a { background-color: rgb(240,54,255); }
div.DivClassName
{
background-color: #F036FF;
}
.BgClassName
{
background-color: #F036FF;
}
</style>
border-color css
<style>
span { border-color: #F036FF; }
span { border-color: rgb(240,54,255); }
td.TdClassName
{
border-color: #F036FF;
}
.TagClassName
{
border-color: #F036FF;
}
</style>