Shades of Pink Flamingo #F440FB
Tints of Pink Flamingo #F440FB
RGB
CMYK
RGB Variations
Color information
#F440FB (or 0xF440FB) is known color: Pink Flamingo. HEX triplet: F4, 40 and FB. RGB value is (244,64,251). Sum of RGB (Red+Green+Blue) = 244+64+251=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #F440FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440FB is #0BBF04. Grayscale: #8A8A8A. Windows color (decimal): -769797 or 16466164. OLE color: 16466164.
HSL color Cylindrical-coordinate representation of color #F440FB: hue angle of 297.75º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F440FB is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 64 | 251 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.02 |
| HSL | 297.75º | 0.96% | 0.62% | - |
| HSV(B) | 297.75º | 0.75% | 0.98% | - |
| XYZ | 56.55 | 29.86 | 94.05 | - |
| YUV | 139.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 251 | 0.03 | 0.75 | 0 | 0.02 | 297.75 | 0.96 | 0.62 |
| Hex | F4 | 40 | FB | 3 | 4B | 0 | 2 | 12A | 60 | 3E |
| Octal | 364 | 100 | 373 | 3 | 113 | 0 | 2 | 452 | 140 | 76 |
| Binary | 11110100 | 1000000 | 11111011 | 11 | 1001011 | 0 | 10 | 100101010 | 1100000 | 111110 |
Color Harmonies of #F440FB
Complementary color
Monochromatic Colors of #F440FB
Black with #F440FB
Text Example
Text Example
White with #F440FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440FB; }
p { color: rgb(244,64,251); }
H1.HeaderClassName
{
color: #F440FB;
}
.AnyTagClassName
{
color: #F440FB;
}
</style>
background-color css
<style>
a { background-color: #F440FB; }
a { background-color: rgb(244,64,251); }
div.DivClassName
{
background-color: #F440FB;
}
.BgClassName
{
background-color: #F440FB;
}
</style>
border-color css
<style>
span { border-color: #F440FB; }
span { border-color: rgb(244,64,251); }
td.TdClassName
{
border-color: #F440FB;
}
.TagClassName
{
border-color: #F440FB;
}
</style>