Shades of Pink Flamingo #F251FD
Tints of Pink Flamingo #F251FD
RGB
CMYK
RGB Variations
Color information
#F251FD (or 0xF251FD) is known color: Pink Flamingo. HEX triplet: F2, 51 and FD. RGB value is (242,81,253). Sum of RGB (Red+Green+Blue) = 242+81+253=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 81 (32.03% from 255 or 14.06% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #F251FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251FD is #0DAE02. Grayscale: #949494. Windows color (decimal): -896515 or 16601586. OLE color: 16601586.
HSL color Cylindrical-coordinate representation of color #F251FD: hue angle of 296.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F251FD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 81 | 253 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.01 |
| HSL | 296.16º | 0.98% | 0.65% | - |
| HSV(B) | 296.16º | 0.68% | 0.99% | - |
| XYZ | 57.29 | 31.85 | 96.06 | - |
| YUV | 148.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 253 | 0.04 | 0.68 | 0 | 0.01 | 296.16 | 0.98 | 0.65 |
| Hex | F2 | 51 | FD | 4 | 44 | 0 | 1 | 128 | 62 | 41 |
| Octal | 362 | 121 | 375 | 4 | 104 | 0 | 1 | 450 | 142 | 101 |
| Binary | 11110010 | 1010001 | 11111101 | 100 | 1000100 | 0 | 1 | 100101000 | 1100010 | 1000001 |
Color Harmonies of #F251FD
Complementary color
Monochromatic Colors of #F251FD
Black with #F251FD
Text Example
Text Example
White with #F251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251FD; }
p { color: rgb(242,81,253); }
H1.HeaderClassName
{
color: #F251FD;
}
.AnyTagClassName
{
color: #F251FD;
}
</style>
background-color css
<style>
a { background-color: #F251FD; }
a { background-color: rgb(242,81,253); }
div.DivClassName
{
background-color: #F251FD;
}
.BgClassName
{
background-color: #F251FD;
}
</style>
border-color css
<style>
span { border-color: #F251FD; }
span { border-color: rgb(242,81,253); }
td.TdClassName
{
border-color: #F251FD;
}
.TagClassName
{
border-color: #F251FD;
}
</style>