Shades of Pink Flamingo #F251FB
Tints of Pink Flamingo #F251FB
RGB
CMYK
RGB Variations
Color information
#F251FB (or 0xF251FB) is known color: Pink Flamingo. HEX triplet: F2, 51 and FB. RGB value is (242,81,251). Sum of RGB (Red+Green+Blue) = 242+81+251=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F251FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251FB is #0DAE04. Grayscale: #949494. Windows color (decimal): -896517 or 16470514. OLE color: 16470514.
HSL color Cylindrical-coordinate representation of color #F251FB: hue angle of 296.82º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F251FB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 81 | 251 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.02 |
| HSL | 296.82º | 0.96% | 0.65% | - |
| HSV(B) | 296.82º | 0.68% | 0.98% | - |
| XYZ | 56.97 | 31.73 | 94.39 | - |
| YUV | 148.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 251 | 0.04 | 0.68 | 0 | 0.02 | 296.82 | 0.96 | 0.65 |
| Hex | F2 | 51 | FB | 4 | 44 | 0 | 2 | 129 | 60 | 41 |
| Octal | 362 | 121 | 373 | 4 | 104 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110010 | 1010001 | 11111011 | 100 | 1000100 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F251FB
Complementary color
Monochromatic Colors of #F251FB
Black with #F251FB
Text Example
Text Example
White with #F251FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251FB; }
p { color: rgb(242,81,251); }
H1.HeaderClassName
{
color: #F251FB;
}
.AnyTagClassName
{
color: #F251FB;
}
</style>
background-color css
<style>
a { background-color: #F251FB; }
a { background-color: rgb(242,81,251); }
div.DivClassName
{
background-color: #F251FB;
}
.BgClassName
{
background-color: #F251FB;
}
</style>
border-color css
<style>
span { border-color: #F251FB; }
span { border-color: rgb(242,81,251); }
td.TdClassName
{
border-color: #F251FB;
}
.TagClassName
{
border-color: #F251FB;
}
</style>