Shades of Pink Flamingo #F83CF3
Tints of Pink Flamingo #F83CF3
RGB
CMYK
RGB Variations
Color information
#F83CF3 (or 0xF83CF3) is known color: Pink Flamingo. HEX triplet: F8, 3C and F3. RGB value is (248,60,243). Sum of RGB (Red+Green+Blue) = 248+60+243=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83CF3 is #07C30C. Grayscale: #888888. Windows color (decimal): -508685 or 15940856. OLE color: 15940856.
HSL color Cylindrical-coordinate representation of color #F83CF3: hue angle of 301.6º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CF3 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 243 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.03 |
| HSL | 301.6º | 0.93% | 0.6% | - |
| HSV(B) | 301.6º | 0.76% | 0.97% | - |
| XYZ | 56.5 | 29.66 | 87.54 | - |
| YUV | 137.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 243 | 0 | 0.76 | 0.02 | 0.03 | 301.6 | 0.93 | 0.6 |
| Hex | F8 | 3C | F3 | 0 | 4C | 2 | 3 | 12E | 5D | 3C |
| Octal | 370 | 74 | 363 | 0 | 114 | 2 | 3 | 456 | 135 | 74 |
| Binary | 11111000 | 111100 | 11110011 | 0 | 1001100 | 10 | 11 | 100101110 | 1011101 | 111100 |
Color Harmonies of #F83CF3
Complementary color
Monochromatic Colors of #F83CF3
Black with #F83CF3
Text Example
Text Example
White with #F83CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CF3; }
p { color: rgb(248,60,243); }
H1.HeaderClassName
{
color: #F83CF3;
}
.AnyTagClassName
{
color: #F83CF3;
}
</style>
background-color css
<style>
a { background-color: #F83CF3; }
a { background-color: rgb(248,60,243); }
div.DivClassName
{
background-color: #F83CF3;
}
.BgClassName
{
background-color: #F83CF3;
}
</style>
border-color css
<style>
span { border-color: #F83CF3; }
span { border-color: rgb(248,60,243); }
td.TdClassName
{
border-color: #F83CF3;
}
.TagClassName
{
border-color: #F83CF3;
}
</style>