Shades of Pink Flamingo #F03BFE
Tints of Pink Flamingo #F03BFE
RGB
CMYK
RGB Variations
Color information
#F03BFE (or 0xF03BFE) is known color: Pink Flamingo. HEX triplet: F0, 3B and FE. RGB value is (240,59,254). Sum of RGB (Red+Green+Blue) = 240+59+254=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 59 (23.44% from 255 or 10.67% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F03BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03BFE is #0FC401. Grayscale: #868686. Windows color (decimal): -1033218 or 16661488. OLE color: 16661488.
HSL color Cylindrical-coordinate representation of color #F03BFE: hue angle of 295.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03BFE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 59 | 254 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.00 |
| HSL | 295.69º | 0.99% | 0.61% | - |
| HSV(B) | 295.69º | 0.77% | 1% | - |
| XYZ | 55.39 | 28.81 | 96.41 | - |
| YUV | 135.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 254 | 0.06 | 0.77 | 0 | 0.00 | 295.69 | 0.99 | 0.61 |
| Hex | F0 | 3B | FE | 6 | 4D | 0 | 0 | 128 | 63 | 3D |
| Octal | 360 | 73 | 376 | 6 | 115 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110000 | 111011 | 11111110 | 110 | 1001101 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F03BFE
Complementary color
Monochromatic Colors of #F03BFE
Black with #F03BFE
Text Example
Text Example
White with #F03BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03BFE; }
p { color: rgb(240,59,254); }
H1.HeaderClassName
{
color: #F03BFE;
}
.AnyTagClassName
{
color: #F03BFE;
}
</style>
background-color css
<style>
a { background-color: #F03BFE; }
a { background-color: rgb(240,59,254); }
div.DivClassName
{
background-color: #F03BFE;
}
.BgClassName
{
background-color: #F03BFE;
}
</style>
border-color css
<style>
span { border-color: #F03BFE; }
span { border-color: rgb(240,59,254); }
td.TdClassName
{
border-color: #F03BFE;
}
.TagClassName
{
border-color: #F03BFE;
}
</style>