Shades of Pink Flamingo #F84FFA
Tints of Pink Flamingo #F84FFA
RGB
CMYK
RGB Variations
Color information
#F84FFA (or 0xF84FFA) is known color: Pink Flamingo. HEX triplet: F8, 4F and FA. RGB value is (248,79,250). Sum of RGB (Red+Green+Blue) = 248+79+250=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 79 (31.25% from 255 or 13.69% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F84FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FFA is #07B005. Grayscale: #949494. Windows color (decimal): -503814 or 16404472. OLE color: 16404472.
HSL color Cylindrical-coordinate representation of color #F84FFA: hue angle of 299.3º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FFA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 79 | 250 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.02 |
| HSL | 299.3º | 0.94% | 0.65% | - |
| HSV(B) | 299.3º | 0.68% | 0.98% | - |
| XYZ | 58.76 | 32.45 | 93.61 | - |
| YUV | 149.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 250 | 0.01 | 0.68 | 0 | 0.02 | 299.3 | 0.94 | 0.65 |
| Hex | F8 | 4F | FA | 1 | 44 | 0 | 2 | 12B | 5E | 41 |
| Octal | 370 | 117 | 372 | 1 | 104 | 0 | 2 | 453 | 136 | 101 |
| Binary | 11111000 | 1001111 | 11111010 | 1 | 1000100 | 0 | 10 | 100101011 | 1011110 | 1000001 |
Color Harmonies of #F84FFA
Complementary color
Monochromatic Colors of #F84FFA
Black with #F84FFA
Text Example
Text Example
White with #F84FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FFA; }
p { color: rgb(248,79,250); }
H1.HeaderClassName
{
color: #F84FFA;
}
.AnyTagClassName
{
color: #F84FFA;
}
</style>
background-color css
<style>
a { background-color: #F84FFA; }
a { background-color: rgb(248,79,250); }
div.DivClassName
{
background-color: #F84FFA;
}
.BgClassName
{
background-color: #F84FFA;
}
</style>
border-color css
<style>
span { border-color: #F84FFA; }
span { border-color: rgb(248,79,250); }
td.TdClassName
{
border-color: #F84FFA;
}
.TagClassName
{
border-color: #F84FFA;
}
</style>