Shades of Pink Flamingo #F250F8
Tints of Pink Flamingo #F250F8
RGB
CMYK
RGB Variations
Color information
#F250F8 (or 0xF250F8) is known color: Pink Flamingo. HEX triplet: F2, 50 and F8. RGB value is (242,80,248). Sum of RGB (Red+Green+Blue) = 242+80+248=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #F250F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F250F8 is #0DAF07. Grayscale: #939393. Windows color (decimal): -896776 or 16273650. OLE color: 16273650.
HSL color Cylindrical-coordinate representation of color #F250F8: hue angle of 297.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F250F8 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 80 | 248 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.03 |
| HSL | 297.86º | 0.92% | 0.64% | - |
| HSV(B) | 297.86º | 0.68% | 0.97% | - |
| XYZ | 56.43 | 31.39 | 91.89 | - |
| YUV | 147.59 | 184.67 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 248 | 0.02 | 0.68 | 0 | 0.03 | 297.86 | 0.92 | 0.64 |
| Hex | F2 | 50 | F8 | 2 | 44 | 0 | 3 | 12A | 5C | 40 |
| Octal | 362 | 120 | 370 | 2 | 104 | 0 | 3 | 452 | 134 | 100 |
| Binary | 11110010 | 1010000 | 11111000 | 10 | 1000100 | 0 | 11 | 100101010 | 1011100 | 1000000 |
Color Harmonies of #F250F8
Complementary color
Monochromatic Colors of #F250F8
Black with #F250F8
Text Example
Text Example
White with #F250F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250F8; }
p { color: rgb(242,80,248); }
H1.HeaderClassName
{
color: #F250F8;
}
.AnyTagClassName
{
color: #F250F8;
}
</style>
background-color css
<style>
a { background-color: #F250F8; }
a { background-color: rgb(242,80,248); }
div.DivClassName
{
background-color: #F250F8;
}
.BgClassName
{
background-color: #F250F8;
}
</style>
border-color css
<style>
span { border-color: #F250F8; }
span { border-color: rgb(242,80,248); }
td.TdClassName
{
border-color: #F250F8;
}
.TagClassName
{
border-color: #F250F8;
}
</style>