Shades of Pink Flamingo #F05FFB
Tints of Pink Flamingo #F05FFB
RGB
CMYK
RGB Variations
Color information
#F05FFB (or 0xF05FFB) is known color: Pink Flamingo. HEX triplet: F0, 5F and FB. RGB value is (240,95,251). Sum of RGB (Red+Green+Blue) = 240+95+251=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #F05FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FFB is #0FA004. Grayscale: #9B9B9B. Windows color (decimal): -1024005 or 16474096. OLE color: 16474096.
HSL color Cylindrical-coordinate representation of color #F05FFB: hue angle of 295.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05FFB is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 95 | 251 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.02 |
| HSL | 295.77º | 0.95% | 0.68% | - |
| HSV(B) | 295.77º | 0.62% | 0.98% | - |
| XYZ | 57.44 | 33.67 | 94.74 | - |
| YUV | 156.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 251 | 0.04 | 0.62 | 0 | 0.02 | 295.77 | 0.95 | 0.68 |
| Hex | F0 | 5F | FB | 4 | 3E | 0 | 2 | 128 | 5F | 44 |
| Octal | 360 | 137 | 373 | 4 | 76 | 0 | 2 | 450 | 137 | 104 |
| Binary | 11110000 | 1011111 | 11111011 | 100 | 111110 | 0 | 10 | 100101000 | 1011111 | 1000100 |
Color Harmonies of #F05FFB
Complementary color
Monochromatic Colors of #F05FFB
Black with #F05FFB
Text Example
Text Example
White with #F05FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FFB; }
p { color: rgb(240,95,251); }
H1.HeaderClassName
{
color: #F05FFB;
}
.AnyTagClassName
{
color: #F05FFB;
}
</style>
background-color css
<style>
a { background-color: #F05FFB; }
a { background-color: rgb(240,95,251); }
div.DivClassName
{
background-color: #F05FFB;
}
.BgClassName
{
background-color: #F05FFB;
}
</style>
border-color css
<style>
span { border-color: #F05FFB; }
span { border-color: rgb(240,95,251); }
td.TdClassName
{
border-color: #F05FFB;
}
.TagClassName
{
border-color: #F05FFB;
}
</style>