Shades of Pink Flamingo #F23BFA
Tints of Pink Flamingo #F23BFA
RGB
CMYK
RGB Variations
Color information
#F23BFA (or 0xF23BFA) is known color: Pink Flamingo. HEX triplet: F2, 3B and FA. RGB value is (242,59,250). Sum of RGB (Red+Green+Blue) = 242+59+250=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 59 (23.44% from 255 or 10.71% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F23BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23BFA is #0DC405. Grayscale: #868686. Windows color (decimal): -902150 or 16399346. OLE color: 16399346.
HSL color Cylindrical-coordinate representation of color #F23BFA: hue angle of 297.49º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BFA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 59 | 250 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.02 |
| HSL | 297.49º | 0.95% | 0.61% | - |
| HSV(B) | 297.49º | 0.76% | 0.98% | - |
| XYZ | 55.44 | 28.91 | 93.1 | - |
| YUV | 135.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 250 | 0.03 | 0.76 | 0 | 0.02 | 297.49 | 0.95 | 0.61 |
| Hex | F2 | 3B | FA | 3 | 4C | 0 | 2 | 129 | 5F | 3D |
| Octal | 362 | 73 | 372 | 3 | 114 | 0 | 2 | 451 | 137 | 75 |
| Binary | 11110010 | 111011 | 11111010 | 11 | 1001100 | 0 | 10 | 100101001 | 1011111 | 111101 |
Color Harmonies of #F23BFA
Complementary color
Monochromatic Colors of #F23BFA
Black with #F23BFA
Text Example
Text Example
White with #F23BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BFA; }
p { color: rgb(242,59,250); }
H1.HeaderClassName
{
color: #F23BFA;
}
.AnyTagClassName
{
color: #F23BFA;
}
</style>
background-color css
<style>
a { background-color: #F23BFA; }
a { background-color: rgb(242,59,250); }
div.DivClassName
{
background-color: #F23BFA;
}
.BgClassName
{
background-color: #F23BFA;
}
</style>
border-color css
<style>
span { border-color: #F23BFA; }
span { border-color: rgb(242,59,250); }
td.TdClassName
{
border-color: #F23BFA;
}
.TagClassName
{
border-color: #F23BFA;
}
</style>