Shades of Pink Flamingo #F840F2
Tints of Pink Flamingo #F840F2
RGB
CMYK
RGB Variations
Color information
#F840F2 (or 0xF840F2) is known color: Pink Flamingo. HEX triplet: F8, 40 and F2. RGB value is (248,64,242). Sum of RGB (Red+Green+Blue) = 248+64+242=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F840F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F840F2 is #07BF0D. Grayscale: #8A8A8A. Windows color (decimal): -507662 or 15876344. OLE color: 15876344.
HSL color Cylindrical-coordinate representation of color #F840F2: hue angle of 301.96º 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 #F840F2 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 242 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.03 |
| HSL | 301.96º | 0.93% | 0.61% | - |
| HSV(B) | 301.96º | 0.74% | 0.97% | - |
| XYZ | 56.57 | 30.03 | 86.82 | - |
| YUV | 139.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 242 | 0 | 0.74 | 0.02 | 0.03 | 301.96 | 0.93 | 0.61 |
| Hex | F8 | 40 | F2 | 0 | 4A | 2 | 3 | 12E | 5D | 3D |
| Octal | 370 | 100 | 362 | 0 | 112 | 2 | 3 | 456 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11110010 | 0 | 1001010 | 10 | 11 | 100101110 | 1011101 | 111101 |
Color Harmonies of #F840F2
Complementary color
Monochromatic Colors of #F840F2
Black with #F840F2
Text Example
Text Example
White with #F840F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840F2; }
p { color: rgb(248,64,242); }
H1.HeaderClassName
{
color: #F840F2;
}
.AnyTagClassName
{
color: #F840F2;
}
</style>
background-color css
<style>
a { background-color: #F840F2; }
a { background-color: rgb(248,64,242); }
div.DivClassName
{
background-color: #F840F2;
}
.BgClassName
{
background-color: #F840F2;
}
</style>
border-color css
<style>
span { border-color: #F840F2; }
span { border-color: rgb(248,64,242); }
td.TdClassName
{
border-color: #F840F2;
}
.TagClassName
{
border-color: #F840F2;
}
</style>