Shades of Pink Flamingo #F043FB
Tints of Pink Flamingo #F043FB
RGB
CMYK
RGB Variations
Color information
#F043FB (or 0xF043FB) is known color: Pink Flamingo. HEX triplet: F0, 43 and FB. RGB value is (240,67,251). Sum of RGB (Red+Green+Blue) = 240+67+251=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 67 (26.56% from 255 or 12.01% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #F043FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043FB is #0FBC04. Grayscale: #8B8B8B. Windows color (decimal): -1031173 or 16466928. OLE color: 16466928.
HSL color Cylindrical-coordinate representation of color #F043FB: hue angle of 296.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F043FB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 67 | 251 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 296.41º | 0.96% | 0.62% | - |
| HSV(B) | 296.41º | 0.73% | 0.98% | - |
| XYZ | 55.35 | 29.5 | 94.04 | - |
| YUV | 139.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 251 | 0.04 | 0.73 | 0 | 0.02 | 296.41 | 0.96 | 0.62 |
| Hex | F0 | 43 | FB | 4 | 49 | 0 | 2 | 128 | 60 | 3E |
| Octal | 360 | 103 | 373 | 4 | 111 | 0 | 2 | 450 | 140 | 76 |
| Binary | 11110000 | 1000011 | 11111011 | 100 | 1001001 | 0 | 10 | 100101000 | 1100000 | 111110 |
Color Harmonies of #F043FB
Complementary color
Monochromatic Colors of #F043FB
Black with #F043FB
Text Example
Text Example
White with #F043FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043FB; }
p { color: rgb(240,67,251); }
H1.HeaderClassName
{
color: #F043FB;
}
.AnyTagClassName
{
color: #F043FB;
}
</style>
background-color css
<style>
a { background-color: #F043FB; }
a { background-color: rgb(240,67,251); }
div.DivClassName
{
background-color: #F043FB;
}
.BgClassName
{
background-color: #F043FB;
}
</style>
border-color css
<style>
span { border-color: #F043FB; }
span { border-color: rgb(240,67,251); }
td.TdClassName
{
border-color: #F043FB;
}
.TagClassName
{
border-color: #F043FB;
}
</style>