Shades of Pink Flamingo #F23BFE
Tints of Pink Flamingo #F23BFE
RGB
CMYK
RGB Variations
Color information
#F23BFE (or 0xF23BFE) is known color: Pink Flamingo. HEX triplet: F2, 3B and FE. RGB value is (242,59,254). Sum of RGB (Red+Green+Blue) = 242+59+254=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 59 (23.44% from 255 or 10.63% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #F23BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23BFE is #0DC401. Grayscale: #878787. Windows color (decimal): -902146 or 16661490. OLE color: 16661490.
HSL color Cylindrical-coordinate representation of color #F23BFE: hue angle of 296.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23BFE is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 59 | 254 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.00 |
| HSL | 296.31º | 0.99% | 0.61% | - |
| HSV(B) | 296.31º | 0.77% | 1% | - |
| XYZ | 56.07 | 29.16 | 96.44 | - |
| YUV | 135.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 254 | 0.05 | 0.77 | 0 | 0.00 | 296.31 | 0.99 | 0.61 |
| Hex | F2 | 3B | FE | 5 | 4D | 0 | 0 | 128 | 63 | 3D |
| Octal | 362 | 73 | 376 | 5 | 115 | 0 | 0 | 450 | 143 | 75 |
| Binary | 11110010 | 111011 | 11111110 | 101 | 1001101 | 0 | 0 | 100101000 | 1100011 | 111101 |
Color Harmonies of #F23BFE
Complementary color
Monochromatic Colors of #F23BFE
Black with #F23BFE
Text Example
Text Example
White with #F23BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BFE; }
p { color: rgb(242,59,254); }
H1.HeaderClassName
{
color: #F23BFE;
}
.AnyTagClassName
{
color: #F23BFE;
}
</style>
background-color css
<style>
a { background-color: #F23BFE; }
a { background-color: rgb(242,59,254); }
div.DivClassName
{
background-color: #F23BFE;
}
.BgClassName
{
background-color: #F23BFE;
}
</style>
border-color css
<style>
span { border-color: #F23BFE; }
span { border-color: rgb(242,59,254); }
td.TdClassName
{
border-color: #F23BFE;
}
.TagClassName
{
border-color: #F23BFE;
}
</style>