Shades of Pink Flamingo #F941F0
Tints of Pink Flamingo #F941F0
RGB
CMYK
RGB Variations
Color information
#F941F0 (or 0xF941F0) is known color: Pink Flamingo. HEX triplet: F9, 41 and F0. RGB value is (249,65,240). Sum of RGB (Red+Green+Blue) = 249+65+240=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 65 (25.78% from 255 or 11.73% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F941F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941F0 is #06BE0F. Grayscale: #8B8B8B. Windows color (decimal): -441872 or 15745529. OLE color: 15745529.
HSL color Cylindrical-coordinate representation of color #F941F0: hue angle of 302.93º 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 #F941F0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 240 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 302.93º | 0.94% | 0.62% | - |
| HSV(B) | 302.93º | 0.74% | 0.98% | - |
| XYZ | 56.69 | 30.21 | 85.28 | - |
| YUV | 139.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 240 | 0 | 0.74 | 0.04 | 0.02 | 302.93 | 0.94 | 0.62 |
| Hex | F9 | 41 | F0 | 0 | 4A | 4 | 2 | 12F | 5E | 3E |
| Octal | 371 | 101 | 360 | 0 | 112 | 4 | 2 | 457 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11110000 | 0 | 1001010 | 100 | 10 | 100101111 | 1011110 | 111110 |
Color Harmonies of #F941F0
Complementary color
Monochromatic Colors of #F941F0
Black with #F941F0
Text Example
Text Example
White with #F941F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941F0; }
p { color: rgb(249,65,240); }
H1.HeaderClassName
{
color: #F941F0;
}
.AnyTagClassName
{
color: #F941F0;
}
</style>
background-color css
<style>
a { background-color: #F941F0; }
a { background-color: rgb(249,65,240); }
div.DivClassName
{
background-color: #F941F0;
}
.BgClassName
{
background-color: #F941F0;
}
</style>
border-color css
<style>
span { border-color: #F941F0; }
span { border-color: rgb(249,65,240); }
td.TdClassName
{
border-color: #F941F0;
}
.TagClassName
{
border-color: #F941F0;
}
</style>