Shades of Pink Flamingo #F941F7
Tints of Pink Flamingo #F941F7
RGB
CMYK
RGB Variations
Color information
#F941F7 (or 0xF941F7) is known color: Pink Flamingo. HEX triplet: F9, 41 and F7. RGB value is (249,65,247). Sum of RGB (Red+Green+Blue) = 249+65+247=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 65 (25.78% from 255 or 11.59% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F941F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941F7 is #06BE08. Grayscale: #8C8C8C. Windows color (decimal): -441865 or 16204281. OLE color: 16204281.
HSL color Cylindrical-coordinate representation of color #F941F7: hue angle of 300.65º 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 #F941F7 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 247 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.02 |
| HSL | 300.65º | 0.94% | 0.62% | - |
| HSV(B) | 300.65º | 0.74% | 0.98% | - |
| XYZ | 57.75 | 30.64 | 90.87 | - |
| YUV | 140.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 247 | 0 | 0.74 | 0.01 | 0.02 | 300.65 | 0.94 | 0.62 |
| Hex | F9 | 41 | F7 | 0 | 4A | 1 | 2 | 12D | 5E | 3E |
| Octal | 371 | 101 | 367 | 0 | 112 | 1 | 2 | 455 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11110111 | 0 | 1001010 | 1 | 10 | 100101101 | 1011110 | 111110 |
Color Harmonies of #F941F7
Complementary color
Monochromatic Colors of #F941F7
Black with #F941F7
Text Example
Text Example
White with #F941F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941F7; }
p { color: rgb(249,65,247); }
H1.HeaderClassName
{
color: #F941F7;
}
.AnyTagClassName
{
color: #F941F7;
}
</style>
background-color css
<style>
a { background-color: #F941F7; }
a { background-color: rgb(249,65,247); }
div.DivClassName
{
background-color: #F941F7;
}
.BgClassName
{
background-color: #F941F7;
}
</style>
border-color css
<style>
span { border-color: #F941F7; }
span { border-color: rgb(249,65,247); }
td.TdClassName
{
border-color: #F941F7;
}
.TagClassName
{
border-color: #F941F7;
}
</style>