Shades of Pink Flamingo #F24FFE
Tints of Pink Flamingo #F24FFE
RGB
CMYK
RGB Variations
Color information
#F24FFE (or 0xF24FFE) is known color: Pink Flamingo. HEX triplet: F2, 4F and FE. RGB value is (242,79,254). Sum of RGB (Red+Green+Blue) = 242+79+254=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 79 (31.25% from 255 or 13.74% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F24FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24FFE is #0DB001. Grayscale: #939393. Windows color (decimal): -897026 or 16666610. OLE color: 16666610.
HSL color Cylindrical-coordinate representation of color #F24FFE: hue angle of 295.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24FFE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 79 | 254 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.00 |
| HSL | 295.89º | 0.99% | 0.65% | - |
| HSV(B) | 295.89º | 0.69% | 1% | - |
| XYZ | 57.3 | 31.62 | 96.85 | - |
| YUV | 147.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 254 | 0.05 | 0.69 | 0 | 0.00 | 295.89 | 0.99 | 0.65 |
| Hex | F2 | 4F | FE | 5 | 45 | 0 | 0 | 128 | 63 | 41 |
| Octal | 362 | 117 | 376 | 5 | 105 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110010 | 1001111 | 11111110 | 101 | 1000101 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F24FFE
Complementary color
Monochromatic Colors of #F24FFE
Black with #F24FFE
Text Example
Text Example
White with #F24FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FFE; }
p { color: rgb(242,79,254); }
H1.HeaderClassName
{
color: #F24FFE;
}
.AnyTagClassName
{
color: #F24FFE;
}
</style>
background-color css
<style>
a { background-color: #F24FFE; }
a { background-color: rgb(242,79,254); }
div.DivClassName
{
background-color: #F24FFE;
}
.BgClassName
{
background-color: #F24FFE;
}
</style>
border-color css
<style>
span { border-color: #F24FFE; }
span { border-color: rgb(242,79,254); }
td.TdClassName
{
border-color: #F24FFE;
}
.TagClassName
{
border-color: #F24FFE;
}
</style>