Shades of Pink Flamingo #F23BFF
Tints of Pink Flamingo #F23BFF
RGB
CMYK
RGB Variations
Color information
#F23BFF (or 0xF23BFF) is known color: Pink Flamingo. HEX triplet: F2, 3B and FF. RGB value is (242,59,255). Sum of RGB (Red+Green+Blue) = 242+59+255=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 59 (23.44% from 255 or 10.61% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F23BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23BFF is #0DC400. Grayscale: #878787. Windows color (decimal): -902145 or 16727026. OLE color: 16727026.
HSL color Cylindrical-coordinate representation of color #F23BFF: hue angle of 296.02º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23BFF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 59 | 255 | - |
| CMYK | 0.05 | 0.77 | 0 | 0 |
| HSL | 296.02º | 1% | 0.62% | - |
| HSV(B) | 296.02º | 0.77% | 1% | - |
| XYZ | 56.23 | 29.23 | 97.29 | - |
| YUV | 136.06 | 195.13 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 255 | 0.05 | 0.77 | 0 | 0 | 296.02 | 1 | 0.62 |
| Hex | F2 | 3B | FF | 5 | 4D | 0 | 0 | 128 | 64 | 3E |
| Octal | 362 | 73 | 377 | 5 | 115 | 0 | 0 | 450 | 144 | 76 |
| Binary | 11110010 | 111011 | 11111111 | 101 | 1001101 | 0 | 0 | 100101000 | 1100100 | 111110 |
Color Harmonies of #F23BFF
Complementary color
Monochromatic Colors of #F23BFF
Black with #F23BFF
Text Example
Text Example
White with #F23BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BFF; }
p { color: rgb(242,59,255); }
H1.HeaderClassName
{
color: #F23BFF;
}
.AnyTagClassName
{
color: #F23BFF;
}
</style>
background-color css
<style>
a { background-color: #F23BFF; }
a { background-color: rgb(242,59,255); }
div.DivClassName
{
background-color: #F23BFF;
}
.BgClassName
{
background-color: #F23BFF;
}
</style>
border-color css
<style>
span { border-color: #F23BFF; }
span { border-color: rgb(242,59,255); }
td.TdClassName
{
border-color: #F23BFF;
}
.TagClassName
{
border-color: #F23BFF;
}
</style>