Shades of Pink Flamingo #F25BFA
Tints of Pink Flamingo #F25BFA
RGB
CMYK
RGB Variations
Color information
#F25BFA (or 0xF25BFA) is known color: Pink Flamingo. HEX triplet: F2, 5B and FA. RGB value is (242,91,250). Sum of RGB (Red+Green+Blue) = 242+91+250=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #F25BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25BFA is #0DA405. Grayscale: #999999. Windows color (decimal): -893958 or 16407538. OLE color: 16407538.
HSL color Cylindrical-coordinate representation of color #F25BFA: hue angle of 296.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25BFA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 91 | 250 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.02 |
| HSL | 296.98º | 0.94% | 0.67% | - |
| HSV(B) | 296.98º | 0.64% | 0.98% | - |
| XYZ | 57.61 | 33.26 | 93.83 | - |
| YUV | 154.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 250 | 0.03 | 0.64 | 0 | 0.02 | 296.98 | 0.94 | 0.67 |
| Hex | F2 | 5B | FA | 3 | 40 | 0 | 2 | 129 | 5E | 43 |
| Octal | 362 | 133 | 372 | 3 | 100 | 0 | 2 | 451 | 136 | 103 |
| Binary | 11110010 | 1011011 | 11111010 | 11 | 1000000 | 0 | 10 | 100101001 | 1011110 | 1000011 |
Color Harmonies of #F25BFA
Complementary color
Monochromatic Colors of #F25BFA
Black with #F25BFA
Text Example
Text Example
White with #F25BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BFA; }
p { color: rgb(242,91,250); }
H1.HeaderClassName
{
color: #F25BFA;
}
.AnyTagClassName
{
color: #F25BFA;
}
</style>
background-color css
<style>
a { background-color: #F25BFA; }
a { background-color: rgb(242,91,250); }
div.DivClassName
{
background-color: #F25BFA;
}
.BgClassName
{
background-color: #F25BFA;
}
</style>
border-color css
<style>
span { border-color: #F25BFA; }
span { border-color: rgb(242,91,250); }
td.TdClassName
{
border-color: #F25BFA;
}
.TagClassName
{
border-color: #F25BFA;
}
</style>