Shades of Pink Flamingo #F23FF6
Tints of Pink Flamingo #F23FF6
RGB
CMYK
RGB Variations
Color information
#F23FF6 (or 0xF23FF6) is known color: Pink Flamingo. HEX triplet: F2, 3F and F6. RGB value is (242,63,246). Sum of RGB (Red+Green+Blue) = 242+63+246=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 63 (25% from 255 or 11.43% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #F23FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23FF6 is #0DC009. Grayscale: #888888. Windows color (decimal): -901130 or 16138226. OLE color: 16138226.
HSL color Cylindrical-coordinate representation of color #F23FF6: hue angle of 298.69º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FF6 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 63 | 246 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.04 |
| HSL | 298.69º | 0.91% | 0.61% | - |
| HSV(B) | 298.69º | 0.74% | 0.96% | - |
| XYZ | 55.03 | 29.09 | 89.9 | - |
| YUV | 137.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 246 | 0.02 | 0.74 | 0 | 0.04 | 298.69 | 0.91 | 0.61 |
| Hex | F2 | 3F | F6 | 2 | 4A | 0 | 4 | 12B | 5B | 3D |
| Octal | 362 | 77 | 366 | 2 | 112 | 0 | 4 | 453 | 133 | 75 |
| Binary | 11110010 | 111111 | 11110110 | 10 | 1001010 | 0 | 100 | 100101011 | 1011011 | 111101 |
Color Harmonies of #F23FF6
Complementary color
Monochromatic Colors of #F23FF6
Black with #F23FF6
Text Example
Text Example
White with #F23FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23FF6; }
p { color: rgb(242,63,246); }
H1.HeaderClassName
{
color: #F23FF6;
}
.AnyTagClassName
{
color: #F23FF6;
}
</style>
background-color css
<style>
a { background-color: #F23FF6; }
a { background-color: rgb(242,63,246); }
div.DivClassName
{
background-color: #F23FF6;
}
.BgClassName
{
background-color: #F23FF6;
}
</style>
border-color css
<style>
span { border-color: #F23FF6; }
span { border-color: rgb(242,63,246); }
td.TdClassName
{
border-color: #F23FF6;
}
.TagClassName
{
border-color: #F23FF6;
}
</style>