Shades of Pink Flamingo #F24AFE
Tints of Pink Flamingo #F24AFE
RGB
CMYK
RGB Variations
Color information
#F24AFE (or 0xF24AFE) is known color: Pink Flamingo. HEX triplet: F2, 4A and FE. RGB value is (242,74,254). Sum of RGB (Red+Green+Blue) = 242+74+254=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 74 (29.30% from 255 or 12.98% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #F24AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AFE is #0DB501. Grayscale: #909090. Windows color (decimal): -898306 or 16665330. OLE color: 16665330.
HSL color Cylindrical-coordinate representation of color #F24AFE: hue angle of 296º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24AFE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 74 | 254 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.00 |
| HSL | 296º | 0.99% | 0.64% | - |
| HSV(B) | 296º | 0.71% | 1% | - |
| XYZ | 56.96 | 30.93 | 96.73 | - |
| YUV | 144.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 254 | 0.05 | 0.71 | 0 | 0.00 | 296 | 0.99 | 0.64 |
| Hex | F2 | 4A | FE | 5 | 47 | 0 | 0 | 128 | 63 | 40 |
| Octal | 362 | 112 | 376 | 5 | 107 | 0 | 0 | 450 | 143 | 100 |
| Binary | 11110010 | 1001010 | 11111110 | 101 | 1000111 | 0 | 0 | 100101000 | 1100011 | 1000000 |
Color Harmonies of #F24AFE
Complementary color
Monochromatic Colors of #F24AFE
Black with #F24AFE
Text Example
Text Example
White with #F24AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AFE; }
p { color: rgb(242,74,254); }
H1.HeaderClassName
{
color: #F24AFE;
}
.AnyTagClassName
{
color: #F24AFE;
}
</style>
background-color css
<style>
a { background-color: #F24AFE; }
a { background-color: rgb(242,74,254); }
div.DivClassName
{
background-color: #F24AFE;
}
.BgClassName
{
background-color: #F24AFE;
}
</style>
border-color css
<style>
span { border-color: #F24AFE; }
span { border-color: rgb(242,74,254); }
td.TdClassName
{
border-color: #F24AFE;
}
.TagClassName
{
border-color: #F24AFE;
}
</style>