Shades of Pink Flamingo #F84AFB
Tints of Pink Flamingo #F84AFB
RGB
CMYK
RGB Variations
Color information
#F84AFB (or 0xF84AFB) is known color: Pink Flamingo. HEX triplet: F8, 4A and FB. RGB value is (248,74,251). Sum of RGB (Red+Green+Blue) = 248+74+251=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F84AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AFB is #07B504. Grayscale: #919191. Windows color (decimal): -505093 or 16468728. OLE color: 16468728.
HSL color Cylindrical-coordinate representation of color #F84AFB: hue angle of 298.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84AFB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 74 | 251 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.02 |
| HSL | 298.98º | 0.96% | 0.64% | - |
| HSV(B) | 298.98º | 0.71% | 0.98% | - |
| XYZ | 58.57 | 31.82 | 94.32 | - |
| YUV | 146.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 251 | 0.01 | 0.71 | 0 | 0.02 | 298.98 | 0.96 | 0.64 |
| Hex | F8 | 4A | FB | 1 | 47 | 0 | 2 | 12B | 60 | 40 |
| Octal | 370 | 112 | 373 | 1 | 107 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11111000 | 1001010 | 11111011 | 1 | 1000111 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F84AFB
Complementary color
Monochromatic Colors of #F84AFB
Black with #F84AFB
Text Example
Text Example
White with #F84AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AFB; }
p { color: rgb(248,74,251); }
H1.HeaderClassName
{
color: #F84AFB;
}
.AnyTagClassName
{
color: #F84AFB;
}
</style>
background-color css
<style>
a { background-color: #F84AFB; }
a { background-color: rgb(248,74,251); }
div.DivClassName
{
background-color: #F84AFB;
}
.BgClassName
{
background-color: #F84AFB;
}
</style>
border-color css
<style>
span { border-color: #F84AFB; }
span { border-color: rgb(248,74,251); }
td.TdClassName
{
border-color: #F84AFB;
}
.TagClassName
{
border-color: #F84AFB;
}
</style>