Shades of Pink Flamingo #F83DF7
Tints of Pink Flamingo #F83DF7
RGB
CMYK
RGB Variations
Color information
#F83DF7 (or 0xF83DF7) is known color: Pink Flamingo. HEX triplet: F8, 3D and F7. RGB value is (248,61,247). Sum of RGB (Red+Green+Blue) = 248+61+247=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 61 (24.22% from 255 or 10.97% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83DF7 is #07C208. Grayscale: #898989. Windows color (decimal): -508425 or 16203256. OLE color: 16203256.
HSL color Cylindrical-coordinate representation of color #F83DF7: hue angle of 300.32º 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 #F83DF7 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 247 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.03 |
| HSL | 300.32º | 0.93% | 0.61% | - |
| HSV(B) | 300.32º | 0.75% | 0.97% | - |
| XYZ | 57.17 | 30.01 | 90.77 | - |
| YUV | 138.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 247 | 0 | 0.75 | 0.00 | 0.03 | 300.32 | 0.93 | 0.61 |
| Hex | F8 | 3D | F7 | 0 | 4B | 0 | 3 | 12C | 5D | 3D |
| Octal | 370 | 75 | 367 | 0 | 113 | 0 | 3 | 454 | 135 | 75 |
| Binary | 11111000 | 111101 | 11110111 | 0 | 1001011 | 0 | 11 | 100101100 | 1011101 | 111101 |
Color Harmonies of #F83DF7
Complementary color
Monochromatic Colors of #F83DF7
Black with #F83DF7
Text Example
Text Example
White with #F83DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DF7; }
p { color: rgb(248,61,247); }
H1.HeaderClassName
{
color: #F83DF7;
}
.AnyTagClassName
{
color: #F83DF7;
}
</style>
background-color css
<style>
a { background-color: #F83DF7; }
a { background-color: rgb(248,61,247); }
div.DivClassName
{
background-color: #F83DF7;
}
.BgClassName
{
background-color: #F83DF7;
}
</style>
border-color css
<style>
span { border-color: #F83DF7; }
span { border-color: rgb(248,61,247); }
td.TdClassName
{
border-color: #F83DF7;
}
.TagClassName
{
border-color: #F83DF7;
}
</style>