Shades of Pink Flamingo #F04AF3
Tints of Pink Flamingo #F04AF3
RGB
CMYK
RGB Variations
Color information
#F04AF3 (or 0xF04AF3) is known color: Pink Flamingo. HEX triplet: F0, 4A and F3. RGB value is (240,74,243). Sum of RGB (Red+Green+Blue) = 240+74+243=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #F04AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AF3 is #0FB50C. Grayscale: #8E8E8E. Windows color (decimal): -1029389 or 15944432. OLE color: 15944432.
HSL color Cylindrical-coordinate representation of color #F04AF3: hue angle of 298.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04AF3 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 74 | 243 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.05 |
| HSL | 298.93º | 0.88% | 0.62% | - |
| HSV(B) | 298.93º | 0.7% | 0.95% | - |
| XYZ | 54.56 | 29.89 | 87.69 | - |
| YUV | 142.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 243 | 0.01 | 0.70 | 0 | 0.05 | 298.93 | 0.88 | 0.62 |
| Hex | F0 | 4A | F3 | 1 | 46 | 0 | 5 | 12B | 58 | 3E |
| Octal | 360 | 112 | 363 | 1 | 106 | 0 | 5 | 453 | 130 | 76 |
| Binary | 11110000 | 1001010 | 11110011 | 1 | 1000110 | 0 | 101 | 100101011 | 1011000 | 111110 |
Color Harmonies of #F04AF3
Complementary color
Monochromatic Colors of #F04AF3
Black with #F04AF3
Text Example
Text Example
White with #F04AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AF3; }
p { color: rgb(240,74,243); }
H1.HeaderClassName
{
color: #F04AF3;
}
.AnyTagClassName
{
color: #F04AF3;
}
</style>
background-color css
<style>
a { background-color: #F04AF3; }
a { background-color: rgb(240,74,243); }
div.DivClassName
{
background-color: #F04AF3;
}
.BgClassName
{
background-color: #F04AF3;
}
</style>
border-color css
<style>
span { border-color: #F04AF3; }
span { border-color: rgb(240,74,243); }
td.TdClassName
{
border-color: #F04AF3;
}
.TagClassName
{
border-color: #F04AF3;
}
</style>