Shades of Pink Flamingo #F94AF1
Tints of Pink Flamingo #F94AF1
RGB
CMYK
RGB Variations
Color information
#F94AF1 (or 0xF94AF1) is known color: Pink Flamingo. HEX triplet: F9, 4A and F1. RGB value is (249,74,241). Sum of RGB (Red+Green+Blue) = 249+74+241=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AF1 is #06B50E. Grayscale: #909090. Windows color (decimal): -439567 or 15813369. OLE color: 15813369.
HSL color Cylindrical-coordinate representation of color #F94AF1: hue angle of 302.74º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AF1 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 241 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.02 |
| HSL | 302.74º | 0.94% | 0.63% | - |
| HSV(B) | 302.74º | 0.7% | 0.98% | - |
| XYZ | 57.39 | 31.39 | 86.25 | - |
| YUV | 145.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 241 | 0 | 0.70 | 0.03 | 0.02 | 302.74 | 0.94 | 0.63 |
| Hex | F9 | 4A | F1 | 0 | 46 | 3 | 2 | 12F | 5E | 3F |
| Octal | 371 | 112 | 361 | 0 | 106 | 3 | 2 | 457 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11110001 | 0 | 1000110 | 11 | 10 | 100101111 | 1011110 | 111111 |
Color Harmonies of #F94AF1
Complementary color
Monochromatic Colors of #F94AF1
Black with #F94AF1
Text Example
Text Example
White with #F94AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AF1; }
p { color: rgb(249,74,241); }
H1.HeaderClassName
{
color: #F94AF1;
}
.AnyTagClassName
{
color: #F94AF1;
}
</style>
background-color css
<style>
a { background-color: #F94AF1; }
a { background-color: rgb(249,74,241); }
div.DivClassName
{
background-color: #F94AF1;
}
.BgClassName
{
background-color: #F94AF1;
}
</style>
border-color css
<style>
span { border-color: #F94AF1; }
span { border-color: rgb(249,74,241); }
td.TdClassName
{
border-color: #F94AF1;
}
.TagClassName
{
border-color: #F94AF1;
}
</style>