Shades of Pink Flamingo #F04BFF
Tints of Pink Flamingo #F04BFF
RGB
CMYK
RGB Variations
Color information
#F04BFF (or 0xF04BFF) is known color: Pink Flamingo. HEX triplet: F0, 4B and FF. RGB value is (240,75,255). Sum of RGB (Red+Green+Blue) = 240+75+255=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 75 (29.69% from 255 or 13.16% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04BFF is #0FB400. Grayscale: #909090. Windows color (decimal): -1029121 or 16731120. OLE color: 16731120.
HSL color Cylindrical-coordinate representation of color #F04BFF: hue angle of 295º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04BFF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 75 | 255 | - |
| CMYK | 0.06 | 0.71 | 0 | 0 |
| HSL | 295º | 1% | 0.65% | - |
| HSV(B) | 295º | 0.71% | 1% | - |
| XYZ | 56.5 | 30.78 | 97.57 | - |
| YUV | 144.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 255 | 0.06 | 0.71 | 0 | 0 | 295 | 1 | 0.65 |
| Hex | F0 | 4B | FF | 6 | 47 | 0 | 0 | 127 | 64 | 41 |
| Octal | 360 | 113 | 377 | 6 | 107 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11110000 | 1001011 | 11111111 | 110 | 1000111 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #F04BFF
Complementary color
Monochromatic Colors of #F04BFF
Black with #F04BFF
Text Example
Text Example
White with #F04BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BFF; }
p { color: rgb(240,75,255); }
H1.HeaderClassName
{
color: #F04BFF;
}
.AnyTagClassName
{
color: #F04BFF;
}
</style>
background-color css
<style>
a { background-color: #F04BFF; }
a { background-color: rgb(240,75,255); }
div.DivClassName
{
background-color: #F04BFF;
}
.BgClassName
{
background-color: #F04BFF;
}
</style>
border-color css
<style>
span { border-color: #F04BFF; }
span { border-color: rgb(240,75,255); }
td.TdClassName
{
border-color: #F04BFF;
}
.TagClassName
{
border-color: #F04BFF;
}
</style>