Shades of Pink Flamingo #F23BF9
Tints of Pink Flamingo #F23BF9
RGB
CMYK
RGB Variations
Color information
#F23BF9 (or 0xF23BF9) is known color: Pink Flamingo. HEX triplet: F2, 3B and F9. RGB value is (242,59,249). Sum of RGB (Red+Green+Blue) = 242+59+249=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 59 (23.44% from 255 or 10.73% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #F23BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23BF9 is #0DC406. Grayscale: #868686. Windows color (decimal): -902151 or 16333810. OLE color: 16333810.
HSL color Cylindrical-coordinate representation of color #F23BF9: hue angle of 297.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BF9 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 59 | 249 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.02 |
| HSL | 297.79º | 0.94% | 0.6% | - |
| HSV(B) | 297.79º | 0.76% | 0.98% | - |
| XYZ | 55.28 | 28.84 | 92.28 | - |
| YUV | 135.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 249 | 0.03 | 0.76 | 0 | 0.02 | 297.79 | 0.94 | 0.6 |
| Hex | F2 | 3B | F9 | 3 | 4C | 0 | 2 | 12A | 5E | 3C |
| Octal | 362 | 73 | 371 | 3 | 114 | 0 | 2 | 452 | 136 | 74 |
| Binary | 11110010 | 111011 | 11111001 | 11 | 1001100 | 0 | 10 | 100101010 | 1011110 | 111100 |
Color Harmonies of #F23BF9
Complementary color
Monochromatic Colors of #F23BF9
Black with #F23BF9
Text Example
Text Example
White with #F23BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BF9; }
p { color: rgb(242,59,249); }
H1.HeaderClassName
{
color: #F23BF9;
}
.AnyTagClassName
{
color: #F23BF9;
}
</style>
background-color css
<style>
a { background-color: #F23BF9; }
a { background-color: rgb(242,59,249); }
div.DivClassName
{
background-color: #F23BF9;
}
.BgClassName
{
background-color: #F23BF9;
}
</style>
border-color css
<style>
span { border-color: #F23BF9; }
span { border-color: rgb(242,59,249); }
td.TdClassName
{
border-color: #F23BF9;
}
.TagClassName
{
border-color: #F23BF9;
}
</style>