Shades of Pink Flamingo #F836FF
Tints of Pink Flamingo #F836FF
RGB
CMYK
RGB Variations
Color information
#F836FF (or 0xF836FF) is known color: Pink Flamingo. HEX triplet: F8, 36 and FF. RGB value is (248,54,255). Sum of RGB (Red+Green+Blue) = 248+54+255=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 54 (21.48% from 255 or 9.69% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F836FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F836FF is #07C900. Grayscale: #868686. Windows color (decimal): -510209 or 16725752. OLE color: 16725752.
HSL color Cylindrical-coordinate representation of color #F836FF: hue angle of 297.91º 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 #F836FF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 54 | 255 | - |
| CMYK | 0.03 | 0.79 | 0 | 0 |
| HSL | 297.91º | 1% | 0.61% | - |
| HSV(B) | 297.91º | 0.79% | 1% | - |
| XYZ | 58.08 | 29.81 | 97.3 | - |
| YUV | 134.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 255 | 0.03 | 0.79 | 0 | 0 | 297.91 | 1 | 0.61 |
| Hex | F8 | 36 | FF | 3 | 4F | 0 | 0 | 12A | 64 | 3D |
| Octal | 370 | 66 | 377 | 3 | 117 | 0 | 0 | 452 | 144 | 75 |
| Binary | 11111000 | 110110 | 11111111 | 11 | 1001111 | 0 | 0 | 100101010 | 1100100 | 111101 |
Color Harmonies of #F836FF
Complementary color
Monochromatic Colors of #F836FF
Black with #F836FF
Text Example
Text Example
White with #F836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F836FF; }
p { color: rgb(248,54,255); }
H1.HeaderClassName
{
color: #F836FF;
}
.AnyTagClassName
{
color: #F836FF;
}
</style>
background-color css
<style>
a { background-color: #F836FF; }
a { background-color: rgb(248,54,255); }
div.DivClassName
{
background-color: #F836FF;
}
.BgClassName
{
background-color: #F836FF;
}
</style>
border-color css
<style>
span { border-color: #F836FF; }
span { border-color: rgb(248,54,255); }
td.TdClassName
{
border-color: #F836FF;
}
.TagClassName
{
border-color: #F836FF;
}
</style>