Shades of Pink Flamingo #F257F7
Tints of Pink Flamingo #F257F7
RGB
CMYK
RGB Variations
Color information
#F257F7 (or 0xF257F7) is known color: Pink Flamingo. HEX triplet: F2, 57 and F7. RGB value is (242,87,247). Sum of RGB (Red+Green+Blue) = 242+87+247=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 87 (34.38% from 255 or 15.10% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #F257F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257F7 is #0DA808. Grayscale: #979797. Windows color (decimal): -894985 or 16209906. OLE color: 16209906.
HSL color Cylindrical-coordinate representation of color #F257F7: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F257F7 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 87 | 247 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.03 |
| HSL | 298.13º | 0.91% | 0.65% | - |
| HSV(B) | 298.13º | 0.65% | 0.97% | - |
| XYZ | 56.81 | 32.41 | 91.26 | - |
| YUV | 151.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 247 | 0.02 | 0.65 | 0 | 0.03 | 298.13 | 0.91 | 0.65 |
| Hex | F2 | 57 | F7 | 2 | 41 | 0 | 3 | 12A | 5B | 41 |
| Octal | 362 | 127 | 367 | 2 | 101 | 0 | 3 | 452 | 133 | 101 |
| Binary | 11110010 | 1010111 | 11110111 | 10 | 1000001 | 0 | 11 | 100101010 | 1011011 | 1000001 |
Color Harmonies of #F257F7
Complementary color
Monochromatic Colors of #F257F7
Black with #F257F7
Text Example
Text Example
White with #F257F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257F7; }
p { color: rgb(242,87,247); }
H1.HeaderClassName
{
color: #F257F7;
}
.AnyTagClassName
{
color: #F257F7;
}
</style>
background-color css
<style>
a { background-color: #F257F7; }
a { background-color: rgb(242,87,247); }
div.DivClassName
{
background-color: #F257F7;
}
.BgClassName
{
background-color: #F257F7;
}
</style>
border-color css
<style>
span { border-color: #F257F7; }
span { border-color: rgb(242,87,247); }
td.TdClassName
{
border-color: #F257F7;
}
.TagClassName
{
border-color: #F257F7;
}
</style>