Shades of Pink Flamingo #F842F2
Tints of Pink Flamingo #F842F2
RGB
CMYK
RGB Variations
Color information
#F842F2 (or 0xF842F2) is known color: Pink Flamingo. HEX triplet: F8, 42 and F2. RGB value is (248,66,242). Sum of RGB (Red+Green+Blue) = 248+66+242=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F842F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F842F2 is #07BD0D. Grayscale: #8B8B8B. Windows color (decimal): -507150 or 15876856. OLE color: 15876856.
HSL color Cylindrical-coordinate representation of color #F842F2: hue angle of 301.98º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842F2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 242 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.03 |
| HSL | 301.98º | 0.93% | 0.62% | - |
| HSV(B) | 301.98º | 0.73% | 0.97% | - |
| XYZ | 56.69 | 30.26 | 86.86 | - |
| YUV | 140.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 242 | 0 | 0.73 | 0.02 | 0.03 | 301.98 | 0.93 | 0.62 |
| Hex | F8 | 42 | F2 | 0 | 49 | 2 | 3 | 12E | 5D | 3E |
| Octal | 370 | 102 | 362 | 0 | 111 | 2 | 3 | 456 | 135 | 76 |
| Binary | 11111000 | 1000010 | 11110010 | 0 | 1001001 | 10 | 11 | 100101110 | 1011101 | 111110 |
Color Harmonies of #F842F2
Complementary color
Monochromatic Colors of #F842F2
Black with #F842F2
Text Example
Text Example
White with #F842F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F842F2; }
p { color: rgb(248,66,242); }
H1.HeaderClassName
{
color: #F842F2;
}
.AnyTagClassName
{
color: #F842F2;
}
</style>
background-color css
<style>
a { background-color: #F842F2; }
a { background-color: rgb(248,66,242); }
div.DivClassName
{
background-color: #F842F2;
}
.BgClassName
{
background-color: #F842F2;
}
</style>
border-color css
<style>
span { border-color: #F842F2; }
span { border-color: rgb(248,66,242); }
td.TdClassName
{
border-color: #F842F2;
}
.TagClassName
{
border-color: #F842F2;
}
</style>