Shades of Pink Flamingo #F83FF6
Tints of Pink Flamingo #F83FF6
RGB
CMYK
RGB Variations
Color information
#F83FF6 (or 0xF83FF6) is known color: Pink Flamingo. HEX triplet: F8, 3F and F6. RGB value is (248,63,246). Sum of RGB (Red+Green+Blue) = 248+63+246=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83FF6 is #07C009. Grayscale: #8A8A8A. Windows color (decimal): -507914 or 16138232. OLE color: 16138232.
HSL color Cylindrical-coordinate representation of color #F83FF6: hue angle of 300.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FF6 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 246 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.03 |
| HSL | 300.65º | 0.93% | 0.61% | - |
| HSV(B) | 300.65º | 0.75% | 0.97% | - |
| XYZ | 57.12 | 30.17 | 90 | - |
| YUV | 139.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 246 | 0 | 0.75 | 0.01 | 0.03 | 300.65 | 0.93 | 0.61 |
| Hex | F8 | 3F | F6 | 0 | 4B | 1 | 3 | 12D | 5D | 3D |
| Octal | 370 | 77 | 366 | 0 | 113 | 1 | 3 | 455 | 135 | 75 |
| Binary | 11111000 | 111111 | 11110110 | 0 | 1001011 | 1 | 11 | 100101101 | 1011101 | 111101 |
Color Harmonies of #F83FF6
Complementary color
Monochromatic Colors of #F83FF6
Black with #F83FF6
Text Example
Text Example
White with #F83FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FF6; }
p { color: rgb(248,63,246); }
H1.HeaderClassName
{
color: #F83FF6;
}
.AnyTagClassName
{
color: #F83FF6;
}
</style>
background-color css
<style>
a { background-color: #F83FF6; }
a { background-color: rgb(248,63,246); }
div.DivClassName
{
background-color: #F83FF6;
}
.BgClassName
{
background-color: #F83FF6;
}
</style>
border-color css
<style>
span { border-color: #F83FF6; }
span { border-color: rgb(248,63,246); }
td.TdClassName
{
border-color: #F83FF6;
}
.TagClassName
{
border-color: #F83FF6;
}
</style>