Shades of Pink Flamingo #F941F2
Tints of Pink Flamingo #F941F2
RGB
CMYK
RGB Variations
Color information
#F941F2 (or 0xF941F2) is known color: Pink Flamingo. HEX triplet: F9, 41 and F2. RGB value is (249,65,242). Sum of RGB (Red+Green+Blue) = 249+65+242=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F941F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941F2 is #06BE0D. Grayscale: #8B8B8B. Windows color (decimal): -441870 or 15876601. OLE color: 15876601.
HSL color Cylindrical-coordinate representation of color #F941F2: hue angle of 302.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941F2 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 242 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.02 |
| HSL | 302.28º | 0.94% | 0.62% | - |
| HSV(B) | 302.28º | 0.74% | 0.98% | - |
| XYZ | 56.98 | 30.33 | 86.86 | - |
| YUV | 140.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 242 | 0 | 0.74 | 0.03 | 0.02 | 302.28 | 0.94 | 0.62 |
| Hex | F9 | 41 | F2 | 0 | 4A | 3 | 2 | 12E | 5E | 3E |
| Octal | 371 | 101 | 362 | 0 | 112 | 3 | 2 | 456 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11110010 | 0 | 1001010 | 11 | 10 | 100101110 | 1011110 | 111110 |
Color Harmonies of #F941F2
Complementary color
Monochromatic Colors of #F941F2
Black with #F941F2
Text Example
Text Example
White with #F941F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941F2; }
p { color: rgb(249,65,242); }
H1.HeaderClassName
{
color: #F941F2;
}
.AnyTagClassName
{
color: #F941F2;
}
</style>
background-color css
<style>
a { background-color: #F941F2; }
a { background-color: rgb(249,65,242); }
div.DivClassName
{
background-color: #F941F2;
}
.BgClassName
{
background-color: #F941F2;
}
</style>
border-color css
<style>
span { border-color: #F941F2; }
span { border-color: rgb(249,65,242); }
td.TdClassName
{
border-color: #F941F2;
}
.TagClassName
{
border-color: #F941F2;
}
</style>