Shades of Pink Flamingo #F045FB
Tints of Pink Flamingo #F045FB
RGB
CMYK
RGB Variations
Color information
#F045FB (or 0xF045FB) is known color: Pink Flamingo. HEX triplet: F0, 45 and FB. RGB value is (240,69,251). Sum of RGB (Red+Green+Blue) = 240+69+251=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #F045FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F045FB is #0FBA04. Grayscale: #8C8C8C. Windows color (decimal): -1030661 or 16467440. OLE color: 16467440.
HSL color Cylindrical-coordinate representation of color #F045FB: hue angle of 296.37º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F045FB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 69 | 251 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 296.37º | 0.96% | 0.63% | - |
| HSV(B) | 296.37º | 0.73% | 0.98% | - |
| XYZ | 55.48 | 29.75 | 94.08 | - |
| YUV | 140.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 251 | 0.04 | 0.73 | 0 | 0.02 | 296.37 | 0.96 | 0.63 |
| Hex | F0 | 45 | FB | 4 | 49 | 0 | 2 | 128 | 60 | 3F |
| Octal | 360 | 105 | 373 | 4 | 111 | 0 | 2 | 450 | 140 | 77 |
| Binary | 11110000 | 1000101 | 11111011 | 100 | 1001001 | 0 | 10 | 100101000 | 1100000 | 111111 |
Color Harmonies of #F045FB
Complementary color
Monochromatic Colors of #F045FB
Black with #F045FB
Text Example
Text Example
White with #F045FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045FB; }
p { color: rgb(240,69,251); }
H1.HeaderClassName
{
color: #F045FB;
}
.AnyTagClassName
{
color: #F045FB;
}
</style>
background-color css
<style>
a { background-color: #F045FB; }
a { background-color: rgb(240,69,251); }
div.DivClassName
{
background-color: #F045FB;
}
.BgClassName
{
background-color: #F045FB;
}
</style>
border-color css
<style>
span { border-color: #F045FB; }
span { border-color: rgb(240,69,251); }
td.TdClassName
{
border-color: #F045FB;
}
.TagClassName
{
border-color: #F045FB;
}
</style>