Shades of Pink Flamingo #F250FB
Tints of Pink Flamingo #F250FB
RGB
CMYK
RGB Variations
Color information
#F250FB (or 0xF250FB) is known color: Pink Flamingo. HEX triplet: F2, 50 and FB. RGB value is (242,80,251). Sum of RGB (Red+Green+Blue) = 242+80+251=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F250FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250FB is #0DAF04. Grayscale: #939393. Windows color (decimal): -896773 or 16470258. OLE color: 16470258.
HSL color Cylindrical-coordinate representation of color #F250FB: hue angle of 296.84º 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 #F250FB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 80 | 251 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.02 |
| HSL | 296.84º | 0.96% | 0.65% | - |
| HSV(B) | 296.84º | 0.68% | 0.98% | - |
| XYZ | 56.9 | 31.58 | 94.36 | - |
| YUV | 147.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 251 | 0.04 | 0.68 | 0 | 0.02 | 296.84 | 0.96 | 0.65 |
| Hex | F2 | 50 | FB | 4 | 44 | 0 | 2 | 129 | 60 | 41 |
| Octal | 362 | 120 | 373 | 4 | 104 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110010 | 1010000 | 11111011 | 100 | 1000100 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F250FB
Complementary color
Monochromatic Colors of #F250FB
Black with #F250FB
Text Example
Text Example
White with #F250FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250FB; }
p { color: rgb(242,80,251); }
H1.HeaderClassName
{
color: #F250FB;
}
.AnyTagClassName
{
color: #F250FB;
}
</style>
background-color css
<style>
a { background-color: #F250FB; }
a { background-color: rgb(242,80,251); }
div.DivClassName
{
background-color: #F250FB;
}
.BgClassName
{
background-color: #F250FB;
}
</style>
border-color css
<style>
span { border-color: #F250FB; }
span { border-color: rgb(242,80,251); }
td.TdClassName
{
border-color: #F250FB;
}
.TagClassName
{
border-color: #F250FB;
}
</style>