Shades of Pink Flamingo #F84AFE
Tints of Pink Flamingo #F84AFE
RGB
CMYK
RGB Variations
Color information
#F84AFE (or 0xF84AFE) is known color: Pink Flamingo. HEX triplet: F8, 4A and FE. RGB value is (248,74,254). Sum of RGB (Red+Green+Blue) = 248+74+254=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 74 (29.30% from 255 or 12.85% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F84AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AFE is #07B501. Grayscale: #929292. Windows color (decimal): -505090 or 16665336. OLE color: 16665336.
HSL color Cylindrical-coordinate representation of color #F84AFE: hue angle of 298º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84AFE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 74 | 254 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.00 |
| HSL | 298º | 0.99% | 0.64% | - |
| HSV(B) | 298º | 0.71% | 1% | - |
| XYZ | 59.05 | 32.01 | 96.83 | - |
| YUV | 146.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 254 | 0.02 | 0.71 | 0 | 0.00 | 298 | 0.99 | 0.64 |
| Hex | F8 | 4A | FE | 2 | 47 | 0 | 0 | 12A | 63 | 40 |
| Octal | 370 | 112 | 376 | 2 | 107 | 0 | 0 | 452 | 143 | 100 |
| Binary | 11111000 | 1001010 | 11111110 | 10 | 1000111 | 0 | 0 | 100101010 | 1100011 | 1000000 |
Color Harmonies of #F84AFE
Complementary color
Monochromatic Colors of #F84AFE
Black with #F84AFE
Text Example
Text Example
White with #F84AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AFE; }
p { color: rgb(248,74,254); }
H1.HeaderClassName
{
color: #F84AFE;
}
.AnyTagClassName
{
color: #F84AFE;
}
</style>
background-color css
<style>
a { background-color: #F84AFE; }
a { background-color: rgb(248,74,254); }
div.DivClassName
{
background-color: #F84AFE;
}
.BgClassName
{
background-color: #F84AFE;
}
</style>
border-color css
<style>
span { border-color: #F84AFE; }
span { border-color: rgb(248,74,254); }
td.TdClassName
{
border-color: #F84AFE;
}
.TagClassName
{
border-color: #F84AFE;
}
</style>