Shades of Pink Flamingo #F83FF2
Tints of Pink Flamingo #F83FF2
RGB
CMYK
RGB Variations
Color information
#F83FF2 (or 0xF83FF2) is known color: Pink Flamingo. HEX triplet: F8, 3F and F2. RGB value is (248,63,242). Sum of RGB (Red+Green+Blue) = 248+63+242=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83FF2 is #07C00D. Grayscale: #8A8A8A. Windows color (decimal): -507918 or 15876088. OLE color: 15876088.
HSL color Cylindrical-coordinate representation of color #F83FF2: hue angle of 301.95º 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 #F83FF2 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 242 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.03 |
| HSL | 301.95º | 0.93% | 0.61% | - |
| HSV(B) | 301.95º | 0.75% | 0.97% | - |
| XYZ | 56.52 | 29.92 | 86.8 | - |
| YUV | 138.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 242 | 0 | 0.75 | 0.02 | 0.03 | 301.95 | 0.93 | 0.61 |
| Hex | F8 | 3F | F2 | 0 | 4B | 2 | 3 | 12E | 5D | 3D |
| Octal | 370 | 77 | 362 | 0 | 113 | 2 | 3 | 456 | 135 | 75 |
| Binary | 11111000 | 111111 | 11110010 | 0 | 1001011 | 10 | 11 | 100101110 | 1011101 | 111101 |
Color Harmonies of #F83FF2
Complementary color
Monochromatic Colors of #F83FF2
Black with #F83FF2
Text Example
Text Example
White with #F83FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FF2; }
p { color: rgb(248,63,242); }
H1.HeaderClassName
{
color: #F83FF2;
}
.AnyTagClassName
{
color: #F83FF2;
}
</style>
background-color css
<style>
a { background-color: #F83FF2; }
a { background-color: rgb(248,63,242); }
div.DivClassName
{
background-color: #F83FF2;
}
.BgClassName
{
background-color: #F83FF2;
}
</style>
border-color css
<style>
span { border-color: #F83FF2; }
span { border-color: rgb(248,63,242); }
td.TdClassName
{
border-color: #F83FF2;
}
.TagClassName
{
border-color: #F83FF2;
}
</style>