Shades of Pink Flamingo #F24CFE
Tints of Pink Flamingo #F24CFE
RGB
CMYK
RGB Variations
Color information
#F24CFE (or 0xF24CFE) is known color: Pink Flamingo. HEX triplet: F2, 4C and FE. RGB value is (242,76,254). Sum of RGB (Red+Green+Blue) = 242+76+254=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F24CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CFE is #0DB301. Grayscale: #919191. Windows color (decimal): -897794 or 16665842. OLE color: 16665842.
HSL color Cylindrical-coordinate representation of color #F24CFE: hue angle of 295.96º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24CFE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 76 | 254 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.00 |
| HSL | 295.96º | 0.99% | 0.65% | - |
| HSV(B) | 295.96º | 0.7% | 1% | - |
| XYZ | 57.09 | 31.2 | 96.78 | - |
| YUV | 145.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 254 | 0.05 | 0.70 | 0 | 0.00 | 295.96 | 0.99 | 0.65 |
| Hex | F2 | 4C | FE | 5 | 46 | 0 | 0 | 128 | 63 | 41 |
| Octal | 362 | 114 | 376 | 5 | 106 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110010 | 1001100 | 11111110 | 101 | 1000110 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F24CFE
Complementary color
Monochromatic Colors of #F24CFE
Black with #F24CFE
Text Example
Text Example
White with #F24CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CFE; }
p { color: rgb(242,76,254); }
H1.HeaderClassName
{
color: #F24CFE;
}
.AnyTagClassName
{
color: #F24CFE;
}
</style>
background-color css
<style>
a { background-color: #F24CFE; }
a { background-color: rgb(242,76,254); }
div.DivClassName
{
background-color: #F24CFE;
}
.BgClassName
{
background-color: #F24CFE;
}
</style>
border-color css
<style>
span { border-color: #F24CFE; }
span { border-color: rgb(242,76,254); }
td.TdClassName
{
border-color: #F24CFE;
}
.TagClassName
{
border-color: #F24CFE;
}
</style>