Shades of Pink Flamingo #F24DFA
Tints of Pink Flamingo #F24DFA
RGB
CMYK
RGB Variations
Color information
#F24DFA (or 0xF24DFA) is known color: Pink Flamingo. HEX triplet: F2, 4D and FA. RGB value is (242,77,250). Sum of RGB (Red+Green+Blue) = 242+77+250=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #F24DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFA is #0DB205. Grayscale: #919191. Windows color (decimal): -897542 or 16403954. OLE color: 16403954.
HSL color Cylindrical-coordinate representation of color #F24DFA: hue angle of 297.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24DFA is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 77 | 250 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.02 |
| HSL | 297.23º | 0.95% | 0.64% | - |
| HSV(B) | 297.23º | 0.69% | 0.98% | - |
| XYZ | 56.53 | 31.09 | 93.46 | - |
| YUV | 146.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 250 | 0.03 | 0.69 | 0 | 0.02 | 297.23 | 0.95 | 0.64 |
| Hex | F2 | 4D | FA | 3 | 45 | 0 | 2 | 129 | 5F | 40 |
| Octal | 362 | 115 | 372 | 3 | 105 | 0 | 2 | 451 | 137 | 100 |
| Binary | 11110010 | 1001101 | 11111010 | 11 | 1000101 | 0 | 10 | 100101001 | 1011111 | 1000000 |
Color Harmonies of #F24DFA
Complementary color
Monochromatic Colors of #F24DFA
Black with #F24DFA
Text Example
Text Example
White with #F24DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DFA; }
p { color: rgb(242,77,250); }
H1.HeaderClassName
{
color: #F24DFA;
}
.AnyTagClassName
{
color: #F24DFA;
}
</style>
background-color css
<style>
a { background-color: #F24DFA; }
a { background-color: rgb(242,77,250); }
div.DivClassName
{
background-color: #F24DFA;
}
.BgClassName
{
background-color: #F24DFA;
}
</style>
border-color css
<style>
span { border-color: #F24DFA; }
span { border-color: rgb(242,77,250); }
td.TdClassName
{
border-color: #F24DFA;
}
.TagClassName
{
border-color: #F24DFA;
}
</style>