Shades of Pink Flamingo #F24AF3
Tints of Pink Flamingo #F24AF3
RGB
CMYK
RGB Variations
Color information
#F24AF3 (or 0xF24AF3) is known color: Pink Flamingo. HEX triplet: F2, 4A and F3. RGB value is (242,74,243). Sum of RGB (Red+Green+Blue) = 242+74+243=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #F24AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AF3 is #0DB50C. Grayscale: #8E8E8E. Windows color (decimal): -898317 or 15944434. OLE color: 15944434.
HSL color Cylindrical-coordinate representation of color #F24AF3: hue angle of 299.64º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24AF3 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 243 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.05 |
| HSL | 299.65º | 0.88% | 0.62% | - |
| HSV(B) | 299.65º | 0.7% | 0.95% | - |
| XYZ | 55.24 | 30.25 | 87.72 | - |
| YUV | 143.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 243 | 0.00 | 0.70 | 0 | 0.05 | 299.65 | 0.88 | 0.62 |
| Hex | F2 | 4A | F3 | 0 | 46 | 0 | 5 | 12C | 58 | 3E |
| Octal | 362 | 112 | 363 | 0 | 106 | 0 | 5 | 454 | 130 | 76 |
| Binary | 11110010 | 1001010 | 11110011 | 0 | 1000110 | 0 | 101 | 100101100 | 1011000 | 111110 |
Color Harmonies of #F24AF3
Complementary color
Monochromatic Colors of #F24AF3
Black with #F24AF3
Text Example
Text Example
White with #F24AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AF3; }
p { color: rgb(242,74,243); }
H1.HeaderClassName
{
color: #F24AF3;
}
.AnyTagClassName
{
color: #F24AF3;
}
</style>
background-color css
<style>
a { background-color: #F24AF3; }
a { background-color: rgb(242,74,243); }
div.DivClassName
{
background-color: #F24AF3;
}
.BgClassName
{
background-color: #F24AF3;
}
</style>
border-color css
<style>
span { border-color: #F24AF3; }
span { border-color: rgb(242,74,243); }
td.TdClassName
{
border-color: #F24AF3;
}
.TagClassName
{
border-color: #F24AF3;
}
</style>