Shades of Pink Flamingo #F84AFC
Tints of Pink Flamingo #F84AFC
RGB
CMYK
RGB Variations
Color information
#F84AFC (or 0xF84AFC) is known color: Pink Flamingo. HEX triplet: F8, 4A and FC. RGB value is (248,74,252). Sum of RGB (Red+Green+Blue) = 248+74+252=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #F84AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AFC is #07B503. Grayscale: #919191. Windows color (decimal): -505092 or 16534264. OLE color: 16534264.
HSL color Cylindrical-coordinate representation of color #F84AFC: hue angle of 298.65º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84AFC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 74 | 252 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.01 |
| HSL | 298.65º | 0.97% | 0.64% | - |
| HSV(B) | 298.65º | 0.71% | 0.99% | - |
| XYZ | 58.73 | 31.88 | 95.15 | - |
| YUV | 146.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 252 | 0.02 | 0.71 | 0 | 0.01 | 298.65 | 0.97 | 0.64 |
| Hex | F8 | 4A | FC | 2 | 47 | 0 | 1 | 12B | 61 | 40 |
| Octal | 370 | 112 | 374 | 2 | 107 | 0 | 1 | 453 | 141 | 100 |
| Binary | 11111000 | 1001010 | 11111100 | 10 | 1000111 | 0 | 1 | 100101011 | 1100001 | 1000000 |
Color Harmonies of #F84AFC
Complementary color
Monochromatic Colors of #F84AFC
Black with #F84AFC
Text Example
Text Example
White with #F84AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AFC; }
p { color: rgb(248,74,252); }
H1.HeaderClassName
{
color: #F84AFC;
}
.AnyTagClassName
{
color: #F84AFC;
}
</style>
background-color css
<style>
a { background-color: #F84AFC; }
a { background-color: rgb(248,74,252); }
div.DivClassName
{
background-color: #F84AFC;
}
.BgClassName
{
background-color: #F84AFC;
}
</style>
border-color css
<style>
span { border-color: #F84AFC; }
span { border-color: rgb(248,74,252); }
td.TdClassName
{
border-color: #F84AFC;
}
.TagClassName
{
border-color: #F84AFC;
}
</style>