Shades of Pink Flamingo #F04FF1
Tints of Pink Flamingo #F04FF1
RGB
CMYK
RGB Variations
Color information
#F04FF1 (or 0xF04FF1) is known color: Pink Flamingo. HEX triplet: F0, 4F and F1. RGB value is (240,79,241). Sum of RGB (Red+Green+Blue) = 240+79+241=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 79 (31.25% from 255 or 14.11% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #F04FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FF1 is #0FB00E. Grayscale: #919191. Windows color (decimal): -1028111 or 15814640. OLE color: 15814640.
HSL color Cylindrical-coordinate representation of color #F04FF1: hue angle of 299.63º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F04FF1 is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 79 | 241 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.05 |
| HSL | 299.63º | 0.85% | 0.63% | - |
| HSV(B) | 299.63º | 0.67% | 0.95% | - |
| XYZ | 54.61 | 30.47 | 86.22 | - |
| YUV | 145.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 241 | 0.00 | 0.67 | 0 | 0.05 | 299.63 | 0.85 | 0.63 |
| Hex | F0 | 4F | F1 | 0 | 43 | 0 | 5 | 12C | 55 | 3F |
| Octal | 360 | 117 | 361 | 0 | 103 | 0 | 5 | 454 | 125 | 77 |
| Binary | 11110000 | 1001111 | 11110001 | 0 | 1000011 | 0 | 101 | 100101100 | 1010101 | 111111 |
Color Harmonies of #F04FF1
Complementary color
Monochromatic Colors of #F04FF1
Black with #F04FF1
Text Example
Text Example
White with #F04FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FF1; }
p { color: rgb(240,79,241); }
H1.HeaderClassName
{
color: #F04FF1;
}
.AnyTagClassName
{
color: #F04FF1;
}
</style>
background-color css
<style>
a { background-color: #F04FF1; }
a { background-color: rgb(240,79,241); }
div.DivClassName
{
background-color: #F04FF1;
}
.BgClassName
{
background-color: #F04FF1;
}
</style>
border-color css
<style>
span { border-color: #F04FF1; }
span { border-color: rgb(240,79,241); }
td.TdClassName
{
border-color: #F04FF1;
}
.TagClassName
{
border-color: #F04FF1;
}
</style>