Shades of Pink Flamingo #F24AF8
Tints of Pink Flamingo #F24AF8
RGB
CMYK
RGB Variations
Color information
#F24AF8 (or 0xF24AF8) is known color: Pink Flamingo. HEX triplet: F2, 4A and F8. RGB value is (242,74,248). Sum of RGB (Red+Green+Blue) = 242+74+248=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #F24AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AF8 is #0DB507. Grayscale: #8F8F8F. Windows color (decimal): -898312 or 16272114. OLE color: 16272114.
HSL color Cylindrical-coordinate representation of color #F24AF8: hue angle of 297.93º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24AF8 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 74 | 248 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.03 |
| HSL | 297.93º | 0.93% | 0.63% | - |
| HSV(B) | 297.93º | 0.7% | 0.97% | - |
| XYZ | 56.01 | 30.55 | 91.75 | - |
| YUV | 144.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 248 | 0.02 | 0.70 | 0 | 0.03 | 297.93 | 0.93 | 0.63 |
| Hex | F2 | 4A | F8 | 2 | 46 | 0 | 3 | 12A | 5D | 3F |
| Octal | 362 | 112 | 370 | 2 | 106 | 0 | 3 | 452 | 135 | 77 |
| Binary | 11110010 | 1001010 | 11111000 | 10 | 1000110 | 0 | 11 | 100101010 | 1011101 | 111111 |
Color Harmonies of #F24AF8
Complementary color
Monochromatic Colors of #F24AF8
Black with #F24AF8
Text Example
Text Example
White with #F24AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AF8; }
p { color: rgb(242,74,248); }
H1.HeaderClassName
{
color: #F24AF8;
}
.AnyTagClassName
{
color: #F24AF8;
}
</style>
background-color css
<style>
a { background-color: #F24AF8; }
a { background-color: rgb(242,74,248); }
div.DivClassName
{
background-color: #F24AF8;
}
.BgClassName
{
background-color: #F24AF8;
}
</style>
border-color css
<style>
span { border-color: #F24AF8; }
span { border-color: rgb(242,74,248); }
td.TdClassName
{
border-color: #F24AF8;
}
.TagClassName
{
border-color: #F24AF8;
}
</style>