Shades of Pink Flamingo #F840F8
Tints of Pink Flamingo #F840F8
RGB
CMYK
RGB Variations
Color information
#F840F8 (or 0xF840F8) is known color: Pink Flamingo. HEX triplet: F8, 40 and F8. RGB value is (248,64,248). Sum of RGB (Red+Green+Blue) = 248+64+248=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F840F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F840F8 is #07BF07. Grayscale: #8B8B8B. Windows color (decimal): -507656 or 16269560. OLE color: 16269560.
HSL color Cylindrical-coordinate representation of color #F840F8: hue angle of 300º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840F8 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 248 | - |
| CMYK | 0 | 0.74 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.61% | - |
| HSV(B) | 300º | 0.74% | 0.97% | - |
| XYZ | 57.49 | 30.4 | 91.64 | - |
| YUV | 139.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 248 | 0 | 0.74 | 0 | 0.03 | 300 | 0.93 | 0.61 |
| Hex | F8 | 40 | F8 | 0 | 4A | 0 | 3 | 12C | 5D | 3D |
| Octal | 370 | 100 | 370 | 0 | 112 | 0 | 3 | 454 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11111000 | 0 | 1001010 | 0 | 11 | 100101100 | 1011101 | 111101 |
Color Harmonies of #F840F8
Complementary color
Monochromatic Colors of #F840F8
Black with #F840F8
Text Example
Text Example
White with #F840F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840F8; }
p { color: rgb(248,64,248); }
H1.HeaderClassName
{
color: #F840F8;
}
.AnyTagClassName
{
color: #F840F8;
}
</style>
background-color css
<style>
a { background-color: #F840F8; }
a { background-color: rgb(248,64,248); }
div.DivClassName
{
background-color: #F840F8;
}
.BgClassName
{
background-color: #F840F8;
}
</style>
border-color css
<style>
span { border-color: #F840F8; }
span { border-color: rgb(248,64,248); }
td.TdClassName
{
border-color: #F840F8;
}
.TagClassName
{
border-color: #F840F8;
}
</style>