Shades of Pink Flamingo #F251F3
Tints of Pink Flamingo #F251F3
RGB
CMYK
RGB Variations
Color information
#F251F3 (or 0xF251F3) is known color: Pink Flamingo. HEX triplet: F2, 51 and F3. RGB value is (242,81,243). Sum of RGB (Red+Green+Blue) = 242+81+243=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 81 (32.03% from 255 or 14.31% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #F251F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251F3 is #0DAE0C. Grayscale: #939393. Windows color (decimal): -896525 or 15946226. OLE color: 15946226.
HSL color Cylindrical-coordinate representation of color #F251F3: hue angle of 299.63º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251F3 is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 243 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.05 |
| HSL | 299.63º | 0.87% | 0.64% | - |
| HSV(B) | 299.63º | 0.67% | 0.95% | - |
| XYZ | 55.74 | 31.23 | 87.88 | - |
| YUV | 147.61 | 181.84 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 243 | 0.00 | 0.67 | 0 | 0.05 | 299.63 | 0.87 | 0.64 |
| Hex | F2 | 51 | F3 | 0 | 43 | 0 | 5 | 12C | 57 | 40 |
| Octal | 362 | 121 | 363 | 0 | 103 | 0 | 5 | 454 | 127 | 100 |
| Binary | 11110010 | 1010001 | 11110011 | 0 | 1000011 | 0 | 101 | 100101100 | 1010111 | 1000000 |
Color Harmonies of #F251F3
Complementary color
Monochromatic Colors of #F251F3
Black with #F251F3
Text Example
Text Example
White with #F251F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251F3; }
p { color: rgb(242,81,243); }
H1.HeaderClassName
{
color: #F251F3;
}
.AnyTagClassName
{
color: #F251F3;
}
</style>
background-color css
<style>
a { background-color: #F251F3; }
a { background-color: rgb(242,81,243); }
div.DivClassName
{
background-color: #F251F3;
}
.BgClassName
{
background-color: #F251F3;
}
</style>
border-color css
<style>
span { border-color: #F251F3; }
span { border-color: rgb(242,81,243); }
td.TdClassName
{
border-color: #F251F3;
}
.TagClassName
{
border-color: #F251F3;
}
</style>