Shades of Pink Flamingo #F840F0
Tints of Pink Flamingo #F840F0
RGB
CMYK
RGB Variations
Color information
#F840F0 (or 0xF840F0) is known color: Pink Flamingo. HEX triplet: F8, 40 and F0. RGB value is (248,64,240). Sum of RGB (Red+Green+Blue) = 248+64+240=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F840F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F840F0 is #07BF0F. Grayscale: #8A8A8A. Windows color (decimal): -507664 or 15745272. OLE color: 15745272.
HSL color Cylindrical-coordinate representation of color #F840F0: hue angle of 302.61º 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 #F840F0 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 240 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.03 |
| HSL | 302.61º | 0.93% | 0.61% | - |
| HSV(B) | 302.61º | 0.74% | 0.97% | - |
| XYZ | 56.27 | 29.91 | 85.25 | - |
| YUV | 139.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 240 | 0 | 0.74 | 0.03 | 0.03 | 302.61 | 0.93 | 0.61 |
| Hex | F8 | 40 | F0 | 0 | 4A | 3 | 3 | 12F | 5D | 3D |
| Octal | 370 | 100 | 360 | 0 | 112 | 3 | 3 | 457 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11110000 | 0 | 1001010 | 11 | 11 | 100101111 | 1011101 | 111101 |
Color Harmonies of #F840F0
Complementary color
Monochromatic Colors of #F840F0
Black with #F840F0
Text Example
Text Example
White with #F840F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840F0; }
p { color: rgb(248,64,240); }
H1.HeaderClassName
{
color: #F840F0;
}
.AnyTagClassName
{
color: #F840F0;
}
</style>
background-color css
<style>
a { background-color: #F840F0; }
a { background-color: rgb(248,64,240); }
div.DivClassName
{
background-color: #F840F0;
}
.BgClassName
{
background-color: #F840F0;
}
</style>
border-color css
<style>
span { border-color: #F840F0; }
span { border-color: rgb(248,64,240); }
td.TdClassName
{
border-color: #F840F0;
}
.TagClassName
{
border-color: #F840F0;
}
</style>