Shades of Pink Flamingo #F048FE
Tints of Pink Flamingo #F048FE
RGB
CMYK
RGB Variations
Color information
#F048FE (or 0xF048FE) is known color: Pink Flamingo. HEX triplet: F0, 48 and FE. RGB value is (240,72,254). Sum of RGB (Red+Green+Blue) = 240+72+254=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #F048FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048FE is #0FB701. Grayscale: #8E8E8E. Windows color (decimal): -1029890 or 16664816. OLE color: 16664816.
HSL color Cylindrical-coordinate representation of color #F048FE: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F048FE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 72 | 254 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.00 |
| HSL | 295.38º | 0.99% | 0.64% | - |
| HSV(B) | 295.38º | 0.72% | 1% | - |
| XYZ | 56.14 | 30.32 | 96.66 | - |
| YUV | 142.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 254 | 0.06 | 0.72 | 0 | 0.00 | 295.38 | 0.99 | 0.64 |
| Hex | F0 | 48 | FE | 6 | 48 | 0 | 0 | 127 | 63 | 40 |
| Octal | 360 | 110 | 376 | 6 | 110 | 0 | 0 | 447 | 143 | 100 |
| Binary | 11110000 | 1001000 | 11111110 | 110 | 1001000 | 0 | 0 | 100100111 | 1100011 | 1000000 |
Color Harmonies of #F048FE
Complementary color
Monochromatic Colors of #F048FE
Black with #F048FE
Text Example
Text Example
White with #F048FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048FE; }
p { color: rgb(240,72,254); }
H1.HeaderClassName
{
color: #F048FE;
}
.AnyTagClassName
{
color: #F048FE;
}
</style>
background-color css
<style>
a { background-color: #F048FE; }
a { background-color: rgb(240,72,254); }
div.DivClassName
{
background-color: #F048FE;
}
.BgClassName
{
background-color: #F048FE;
}
</style>
border-color css
<style>
span { border-color: #F048FE; }
span { border-color: rgb(240,72,254); }
td.TdClassName
{
border-color: #F048FE;
}
.TagClassName
{
border-color: #F048FE;
}
</style>