Shades of Pink Flamingo #F94AF3
Tints of Pink Flamingo #F94AF3
RGB
CMYK
RGB Variations
Color information
#F94AF3 (or 0xF94AF3) is known color: Pink Flamingo. HEX triplet: F9, 4A and F3. RGB value is (249,74,243). Sum of RGB (Red+Green+Blue) = 249+74+243=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AF3 is #06B50C. Grayscale: #919191. Windows color (decimal): -439565 or 15944441. OLE color: 15944441.
HSL color Cylindrical-coordinate representation of color #F94AF3: hue angle of 302.06º 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 #F94AF3 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 243 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.02 |
| HSL | 302.06º | 0.94% | 0.63% | - |
| HSV(B) | 302.06º | 0.7% | 0.98% | - |
| XYZ | 57.69 | 31.51 | 87.83 | - |
| YUV | 145.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 243 | 0 | 0.70 | 0.02 | 0.02 | 302.06 | 0.94 | 0.63 |
| Hex | F9 | 4A | F3 | 0 | 46 | 2 | 2 | 12E | 5E | 3F |
| Octal | 371 | 112 | 363 | 0 | 106 | 2 | 2 | 456 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11110011 | 0 | 1000110 | 10 | 10 | 100101110 | 1011110 | 111111 |
Color Harmonies of #F94AF3
Complementary color
Monochromatic Colors of #F94AF3
Black with #F94AF3
Text Example
Text Example
White with #F94AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AF3; }
p { color: rgb(249,74,243); }
H1.HeaderClassName
{
color: #F94AF3;
}
.AnyTagClassName
{
color: #F94AF3;
}
</style>
background-color css
<style>
a { background-color: #F94AF3; }
a { background-color: rgb(249,74,243); }
div.DivClassName
{
background-color: #F94AF3;
}
.BgClassName
{
background-color: #F94AF3;
}
</style>
border-color css
<style>
span { border-color: #F94AF3; }
span { border-color: rgb(249,74,243); }
td.TdClassName
{
border-color: #F94AF3;
}
.TagClassName
{
border-color: #F94AF3;
}
</style>