Shades of Pink Flamingo #F24CF2
Tints of Pink Flamingo #F24CF2
RGB
CMYK
RGB Variations
Color information
#F24CF2 (or 0xF24CF2) is known color: Pink Flamingo. HEX triplet: F2, 4C and F2. RGB value is (242,76,242). Sum of RGB (Red+Green+Blue) = 242+76+242=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F24CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CF2 is #0DB30D. Grayscale: #909090. Windows color (decimal): -897806 or 15879410. OLE color: 15879410.
HSL color Cylindrical-coordinate representation of color #F24CF2: hue angle of 300º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CF2 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 242 | - |
| CMYK | 0 | 0.69 | 0 | 0.05 |
| HSL | 300º | 0.86% | 0.62% | - |
| HSV(B) | 300º | 0.69% | 0.95% | - |
| XYZ | 55.23 | 30.46 | 86.97 | - |
| YUV | 144.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 242 | 0 | 0.69 | 0 | 0.05 | 300 | 0.86 | 0.62 |
| Hex | F2 | 4C | F2 | 0 | 45 | 0 | 5 | 12C | 56 | 3E |
| Octal | 362 | 114 | 362 | 0 | 105 | 0 | 5 | 454 | 126 | 76 |
| Binary | 11110010 | 1001100 | 11110010 | 0 | 1000101 | 0 | 101 | 100101100 | 1010110 | 111110 |
Color Harmonies of #F24CF2
Complementary color
Monochromatic Colors of #F24CF2
Black with #F24CF2
Text Example
Text Example
White with #F24CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CF2; }
p { color: rgb(242,76,242); }
H1.HeaderClassName
{
color: #F24CF2;
}
.AnyTagClassName
{
color: #F24CF2;
}
</style>
background-color css
<style>
a { background-color: #F24CF2; }
a { background-color: rgb(242,76,242); }
div.DivClassName
{
background-color: #F24CF2;
}
.BgClassName
{
background-color: #F24CF2;
}
</style>
border-color css
<style>
span { border-color: #F24CF2; }
span { border-color: rgb(242,76,242); }
td.TdClassName
{
border-color: #F24CF2;
}
.TagClassName
{
border-color: #F24CF2;
}
</style>