Shades of Pink Flamingo #F251FA
Tints of Pink Flamingo #F251FA
RGB
CMYK
RGB Variations
Color information
#F251FA (or 0xF251FA) is known color: Pink Flamingo. HEX triplet: F2, 51 and FA. RGB value is (242,81,250). Sum of RGB (Red+Green+Blue) = 242+81+250=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F251FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251FA is #0DAE05. Grayscale: #939393. Windows color (decimal): -896518 or 16404978. OLE color: 16404978.
HSL color Cylindrical-coordinate representation of color #F251FA: hue angle of 297.16º degrees, saturation: 0.94, 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 #F251FA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 81 | 250 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.02 |
| HSL | 297.16º | 0.94% | 0.65% | - |
| HSV(B) | 297.16º | 0.68% | 0.98% | - |
| XYZ | 56.82 | 31.66 | 93.56 | - |
| YUV | 148.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 250 | 0.03 | 0.68 | 0 | 0.02 | 297.16 | 0.94 | 0.65 |
| Hex | F2 | 51 | FA | 3 | 44 | 0 | 2 | 129 | 5E | 41 |
| Octal | 362 | 121 | 372 | 3 | 104 | 0 | 2 | 451 | 136 | 101 |
| Binary | 11110010 | 1010001 | 11111010 | 11 | 1000100 | 0 | 10 | 100101001 | 1011110 | 1000001 |
Color Harmonies of #F251FA
Complementary color
Monochromatic Colors of #F251FA
Black with #F251FA
Text Example
Text Example
White with #F251FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251FA; }
p { color: rgb(242,81,250); }
H1.HeaderClassName
{
color: #F251FA;
}
.AnyTagClassName
{
color: #F251FA;
}
</style>
background-color css
<style>
a { background-color: #F251FA; }
a { background-color: rgb(242,81,250); }
div.DivClassName
{
background-color: #F251FA;
}
.BgClassName
{
background-color: #F251FA;
}
</style>
border-color css
<style>
span { border-color: #F251FA; }
span { border-color: rgb(242,81,250); }
td.TdClassName
{
border-color: #F251FA;
}
.TagClassName
{
border-color: #F251FA;
}
</style>