Shades of Pink Flamingo #F04AFC
Tints of Pink Flamingo #F04AFC
RGB
CMYK
RGB Variations
Color information
#F04AFC (or 0xF04AFC) is known color: Pink Flamingo. HEX triplet: F0, 4A and FC. RGB value is (240,74,252). Sum of RGB (Red+Green+Blue) = 240+74+252=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #F04AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AFC is #0FB503. Grayscale: #8F8F8F. Windows color (decimal): -1029380 or 16534256. OLE color: 16534256.
HSL color Cylindrical-coordinate representation of color #F04AFC: hue angle of 295.96º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04AFC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 74 | 252 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.01 |
| HSL | 295.96º | 0.97% | 0.64% | - |
| HSV(B) | 295.96º | 0.71% | 0.99% | - |
| XYZ | 55.95 | 30.45 | 95.02 | - |
| YUV | 143.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 252 | 0.05 | 0.71 | 0 | 0.01 | 295.96 | 0.97 | 0.64 |
| Hex | F0 | 4A | FC | 5 | 47 | 0 | 1 | 128 | 61 | 40 |
| Octal | 360 | 112 | 374 | 5 | 107 | 0 | 1 | 450 | 141 | 100 |
| Binary | 11110000 | 1001010 | 11111100 | 101 | 1000111 | 0 | 1 | 100101000 | 1100001 | 1000000 |
Color Harmonies of #F04AFC
Complementary color
Monochromatic Colors of #F04AFC
Black with #F04AFC
Text Example
Text Example
White with #F04AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AFC; }
p { color: rgb(240,74,252); }
H1.HeaderClassName
{
color: #F04AFC;
}
.AnyTagClassName
{
color: #F04AFC;
}
</style>
background-color css
<style>
a { background-color: #F04AFC; }
a { background-color: rgb(240,74,252); }
div.DivClassName
{
background-color: #F04AFC;
}
.BgClassName
{
background-color: #F04AFC;
}
</style>
border-color css
<style>
span { border-color: #F04AFC; }
span { border-color: rgb(240,74,252); }
td.TdClassName
{
border-color: #F04AFC;
}
.TagClassName
{
border-color: #F04AFC;
}
</style>