Shades of Pink Flamingo #F84AF8
Tints of Pink Flamingo #F84AF8
RGB
CMYK
RGB Variations
Color information
#F84AF8 (or 0xF84AF8) is known color: Pink Flamingo. HEX triplet: F8, 4A and F8. RGB value is (248,74,248). Sum of RGB (Red+Green+Blue) = 248+74+248=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 74 (29.30% from 255 or 12.98% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F84AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84AF8 is #07B507. Grayscale: #919191. Windows color (decimal): -505096 or 16272120. OLE color: 16272120.
HSL color Cylindrical-coordinate representation of color #F84AF8: hue angle of 300º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AF8 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 248 | - |
| CMYK | 0 | 0.70 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.63% | - |
| HSV(B) | 300º | 0.7% | 0.97% | - |
| XYZ | 58.1 | 31.63 | 91.85 | - |
| YUV | 145.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 248 | 0 | 0.70 | 0 | 0.03 | 300 | 0.93 | 0.63 |
| Hex | F8 | 4A | F8 | 0 | 46 | 0 | 3 | 12C | 5D | 3F |
| Octal | 370 | 112 | 370 | 0 | 106 | 0 | 3 | 454 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11111000 | 0 | 1000110 | 0 | 11 | 100101100 | 1011101 | 111111 |
Color Harmonies of #F84AF8
Complementary color
Monochromatic Colors of #F84AF8
Black with #F84AF8
Text Example
Text Example
White with #F84AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AF8; }
p { color: rgb(248,74,248); }
H1.HeaderClassName
{
color: #F84AF8;
}
.AnyTagClassName
{
color: #F84AF8;
}
</style>
background-color css
<style>
a { background-color: #F84AF8; }
a { background-color: rgb(248,74,248); }
div.DivClassName
{
background-color: #F84AF8;
}
.BgClassName
{
background-color: #F84AF8;
}
</style>
border-color css
<style>
span { border-color: #F84AF8; }
span { border-color: rgb(248,74,248); }
td.TdClassName
{
border-color: #F84AF8;
}
.TagClassName
{
border-color: #F84AF8;
}
</style>