Shades of Pink Flamingo #F24CF3
Tints of Pink Flamingo #F24CF3
RGB
CMYK
RGB Variations
Color information
#F24CF3 (or 0xF24CF3) is known color: Pink Flamingo. HEX triplet: F2, 4C and F3. RGB value is (242,76,243). Sum of RGB (Red+Green+Blue) = 242+76+243=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #F24CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CF3 is #0DB30C. Grayscale: #909090. Windows color (decimal): -897805 or 15944946. OLE color: 15944946.
HSL color Cylindrical-coordinate representation of color #F24CF3: hue angle of 299.64º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CF3 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 243 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.05 |
| HSL | 299.64º | 0.87% | 0.63% | - |
| HSV(B) | 299.64º | 0.69% | 0.95% | - |
| XYZ | 55.38 | 30.52 | 87.77 | - |
| YUV | 144.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 243 | 0.00 | 0.69 | 0 | 0.05 | 299.64 | 0.87 | 0.63 |
| Hex | F2 | 4C | F3 | 0 | 45 | 0 | 5 | 12C | 57 | 3F |
| Octal | 362 | 114 | 363 | 0 | 105 | 0 | 5 | 454 | 127 | 77 |
| Binary | 11110010 | 1001100 | 11110011 | 0 | 1000101 | 0 | 101 | 100101100 | 1010111 | 111111 |
Color Harmonies of #F24CF3
Complementary color
Monochromatic Colors of #F24CF3
Black with #F24CF3
Text Example
Text Example
White with #F24CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CF3; }
p { color: rgb(242,76,243); }
H1.HeaderClassName
{
color: #F24CF3;
}
.AnyTagClassName
{
color: #F24CF3;
}
</style>
background-color css
<style>
a { background-color: #F24CF3; }
a { background-color: rgb(242,76,243); }
div.DivClassName
{
background-color: #F24CF3;
}
.BgClassName
{
background-color: #F24CF3;
}
</style>
border-color css
<style>
span { border-color: #F24CF3; }
span { border-color: rgb(242,76,243); }
td.TdClassName
{
border-color: #F24CF3;
}
.TagClassName
{
border-color: #F24CF3;
}
</style>