Shades of Pink Flamingo #F048FF
Tints of Pink Flamingo #F048FF
RGB
CMYK
RGB Variations
Color information
#F048FF (or 0xF048FF) is known color: Pink Flamingo. HEX triplet: F0, 48 and FF. RGB value is (240,72,255). Sum of RGB (Red+Green+Blue) = 240+72+255=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 72 (28.52% from 255 or 12.70% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F048FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048FF is #0FB700. Grayscale: #8E8E8E. Windows color (decimal): -1029889 or 16730352. OLE color: 16730352.
HSL color Cylindrical-coordinate representation of color #F048FF: hue angle of 295.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F048FF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 72 | 255 | - |
| CMYK | 0.06 | 0.72 | 0 | 0 |
| HSL | 295.08º | 1% | 0.64% | - |
| HSV(B) | 295.08º | 0.72% | 1% | - |
| XYZ | 56.3 | 30.38 | 97.5 | - |
| YUV | 143.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 255 | 0.06 | 0.72 | 0 | 0 | 295.08 | 1 | 0.64 |
| Hex | F0 | 48 | FF | 6 | 48 | 0 | 0 | 127 | 64 | 40 |
| Octal | 360 | 110 | 377 | 6 | 110 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11110000 | 1001000 | 11111111 | 110 | 1001000 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #F048FF
Complementary color
Monochromatic Colors of #F048FF
Black with #F048FF
Text Example
Text Example
White with #F048FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048FF; }
p { color: rgb(240,72,255); }
H1.HeaderClassName
{
color: #F048FF;
}
.AnyTagClassName
{
color: #F048FF;
}
</style>
background-color css
<style>
a { background-color: #F048FF; }
a { background-color: rgb(240,72,255); }
div.DivClassName
{
background-color: #F048FF;
}
.BgClassName
{
background-color: #F048FF;
}
</style>
border-color css
<style>
span { border-color: #F048FF; }
span { border-color: rgb(240,72,255); }
td.TdClassName
{
border-color: #F048FF;
}
.TagClassName
{
border-color: #F048FF;
}
</style>