Shades of Pink Flamingo #F04CF3
Tints of Pink Flamingo #F04CF3
RGB
CMYK
RGB Variations
Color information
#F04CF3 (or 0xF04CF3) is known color: Pink Flamingo. HEX triplet: F0, 4C and F3. RGB value is (240,76,243). Sum of RGB (Red+Green+Blue) = 240+76+243=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #F04CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CF3 is #0FB30C. Grayscale: #8F8F8F. Windows color (decimal): -1028877 or 15944944. OLE color: 15944944.
HSL color Cylindrical-coordinate representation of color #F04CF3: hue angle of 298.92º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04CF3 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 76 | 243 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.05 |
| HSL | 298.92º | 0.87% | 0.63% | - |
| HSV(B) | 298.92º | 0.69% | 0.95% | - |
| XYZ | 54.7 | 30.17 | 87.73 | - |
| YUV | 144.07 | 183.83 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 243 | 0.01 | 0.69 | 0 | 0.05 | 298.92 | 0.87 | 0.63 |
| Hex | F0 | 4C | F3 | 1 | 45 | 0 | 5 | 12B | 57 | 3F |
| Octal | 360 | 114 | 363 | 1 | 105 | 0 | 5 | 453 | 127 | 77 |
| Binary | 11110000 | 1001100 | 11110011 | 1 | 1000101 | 0 | 101 | 100101011 | 1010111 | 111111 |
Color Harmonies of #F04CF3
Complementary color
Monochromatic Colors of #F04CF3
Black with #F04CF3
Text Example
Text Example
White with #F04CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CF3; }
p { color: rgb(240,76,243); }
H1.HeaderClassName
{
color: #F04CF3;
}
.AnyTagClassName
{
color: #F04CF3;
}
</style>
background-color css
<style>
a { background-color: #F04CF3; }
a { background-color: rgb(240,76,243); }
div.DivClassName
{
background-color: #F04CF3;
}
.BgClassName
{
background-color: #F04CF3;
}
</style>
border-color css
<style>
span { border-color: #F04CF3; }
span { border-color: rgb(240,76,243); }
td.TdClassName
{
border-color: #F04CF3;
}
.TagClassName
{
border-color: #F04CF3;
}
</style>