Shades of Pink Flamingo #F84FFF
Tints of Pink Flamingo #F84FFF
RGB
CMYK
RGB Variations
Color information
#F84FFF (or 0xF84FFF) is known color: Pink Flamingo. HEX triplet: F8, 4F and FF. RGB value is (248,79,255). Sum of RGB (Red+Green+Blue) = 248+79+255=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 79 (31.25% from 255 or 13.57% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #F84FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FFF is #07B000. Grayscale: #959595. Windows color (decimal): -503809 or 16732152. OLE color: 16732152.
HSL color Cylindrical-coordinate representation of color #F84FFF: hue angle of 297.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84FFF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 79 | 255 | - |
| CMYK | 0.03 | 0.69 | 0 | 0 |
| HSL | 297.61º | 1% | 0.65% | - |
| HSV(B) | 297.61º | 0.69% | 1% | - |
| XYZ | 59.56 | 32.77 | 97.79 | - |
| YUV | 149.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 255 | 0.03 | 0.69 | 0 | 0 | 297.61 | 1 | 0.65 |
| Hex | F8 | 4F | FF | 3 | 45 | 0 | 0 | 12A | 64 | 41 |
| Octal | 370 | 117 | 377 | 3 | 105 | 0 | 0 | 452 | 144 | 101 |
| Binary | 11111000 | 1001111 | 11111111 | 11 | 1000101 | 0 | 0 | 100101010 | 1100100 | 1000001 |
Color Harmonies of #F84FFF
Complementary color
Monochromatic Colors of #F84FFF
Black with #F84FFF
Text Example
Text Example
White with #F84FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FFF; }
p { color: rgb(248,79,255); }
H1.HeaderClassName
{
color: #F84FFF;
}
.AnyTagClassName
{
color: #F84FFF;
}
</style>
background-color css
<style>
a { background-color: #F84FFF; }
a { background-color: rgb(248,79,255); }
div.DivClassName
{
background-color: #F84FFF;
}
.BgClassName
{
background-color: #F84FFF;
}
</style>
border-color css
<style>
span { border-color: #F84FFF; }
span { border-color: rgb(248,79,255); }
td.TdClassName
{
border-color: #F84FFF;
}
.TagClassName
{
border-color: #F84FFF;
}
</style>