Shades of Pink Flamingo #F94CF1
Tints of Pink Flamingo #F94CF1
RGB
CMYK
RGB Variations
Color information
#F94CF1 (or 0xF94CF1) is known color: Pink Flamingo. HEX triplet: F9, 4C and F1. RGB value is (249,76,241). Sum of RGB (Red+Green+Blue) = 249+76+241=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CF1 is #06B30E. Grayscale: #929292. Windows color (decimal): -439055 or 15813881. OLE color: 15813881.
HSL color Cylindrical-coordinate representation of color #F94CF1: hue angle of 302.77º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CF1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 241 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.02 |
| HSL | 302.77º | 0.94% | 0.64% | - |
| HSV(B) | 302.77º | 0.69% | 0.98% | - |
| XYZ | 57.53 | 31.66 | 86.3 | - |
| YUV | 146.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 241 | 0 | 0.69 | 0.03 | 0.02 | 302.77 | 0.94 | 0.64 |
| Hex | F9 | 4C | F1 | 0 | 45 | 3 | 2 | 12F | 5E | 40 |
| Octal | 371 | 114 | 361 | 0 | 105 | 3 | 2 | 457 | 136 | 100 |
| Binary | 11111001 | 1001100 | 11110001 | 0 | 1000101 | 11 | 10 | 100101111 | 1011110 | 1000000 |
Color Harmonies of #F94CF1
Complementary color
Monochromatic Colors of #F94CF1
Black with #F94CF1
Text Example
Text Example
White with #F94CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CF1; }
p { color: rgb(249,76,241); }
H1.HeaderClassName
{
color: #F94CF1;
}
.AnyTagClassName
{
color: #F94CF1;
}
</style>
background-color css
<style>
a { background-color: #F94CF1; }
a { background-color: rgb(249,76,241); }
div.DivClassName
{
background-color: #F94CF1;
}
.BgClassName
{
background-color: #F94CF1;
}
</style>
border-color css
<style>
span { border-color: #F94CF1; }
span { border-color: rgb(249,76,241); }
td.TdClassName
{
border-color: #F94CF1;
}
.TagClassName
{
border-color: #F94CF1;
}
</style>