Shades of Pink Flamingo #F257FA
Tints of Pink Flamingo #F257FA
RGB
CMYK
RGB Variations
Color information
#F257FA (or 0xF257FA) is known color: Pink Flamingo. HEX triplet: F2, 57 and FA. RGB value is (242,87,250). Sum of RGB (Red+Green+Blue) = 242+87+250=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #F257FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F257FA is #0DA805. Grayscale: #979797. Windows color (decimal): -894982 or 16406514. OLE color: 16406514.
HSL color Cylindrical-coordinate representation of color #F257FA: hue angle of 297.06º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F257FA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 87 | 250 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.02 |
| HSL | 297.06º | 0.94% | 0.66% | - |
| HSV(B) | 297.06º | 0.65% | 0.98% | - |
| XYZ | 57.28 | 32.6 | 93.72 | - |
| YUV | 151.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 250 | 0.03 | 0.65 | 0 | 0.02 | 297.06 | 0.94 | 0.66 |
| Hex | F2 | 57 | FA | 3 | 41 | 0 | 2 | 129 | 5E | 42 |
| Octal | 362 | 127 | 372 | 3 | 101 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110010 | 1010111 | 11111010 | 11 | 1000001 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F257FA
Complementary color
Monochromatic Colors of #F257FA
Black with #F257FA
Text Example
Text Example
White with #F257FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F257FA; }
p { color: rgb(242,87,250); }
H1.HeaderClassName
{
color: #F257FA;
}
.AnyTagClassName
{
color: #F257FA;
}
</style>
background-color css
<style>
a { background-color: #F257FA; }
a { background-color: rgb(242,87,250); }
div.DivClassName
{
background-color: #F257FA;
}
.BgClassName
{
background-color: #F257FA;
}
</style>
border-color css
<style>
span { border-color: #F257FA; }
span { border-color: rgb(242,87,250); }
td.TdClassName
{
border-color: #F257FA;
}
.TagClassName
{
border-color: #F257FA;
}
</style>