Shades of Pink Flamingo #F23FFE
Tints of Pink Flamingo #F23FFE
RGB
CMYK
RGB Variations
Color information
#F23FFE (or 0xF23FFE) is known color: Pink Flamingo. HEX triplet: F2, 3F and FE. RGB value is (242,63,254). Sum of RGB (Red+Green+Blue) = 242+63+254=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 63 (25% from 255 or 11.27% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #F23FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23FFE is #0DC001. Grayscale: #898989. Windows color (decimal): -901122 or 16662514. OLE color: 16662514.
HSL color Cylindrical-coordinate representation of color #F23FFE: hue angle of 296.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23FFE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 63 | 254 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.00 |
| HSL | 296.23º | 0.99% | 0.62% | - |
| HSV(B) | 296.23º | 0.75% | 1% | - |
| XYZ | 56.28 | 29.59 | 96.51 | - |
| YUV | 138.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 254 | 0.05 | 0.75 | 0 | 0.00 | 296.23 | 0.99 | 0.62 |
| Hex | F2 | 3F | FE | 5 | 4B | 0 | 0 | 128 | 63 | 3E |
| Octal | 362 | 77 | 376 | 5 | 113 | 0 | 0 | 450 | 143 | 76 |
| Binary | 11110010 | 111111 | 11111110 | 101 | 1001011 | 0 | 0 | 100101000 | 1100011 | 111110 |
Color Harmonies of #F23FFE
Complementary color
Monochromatic Colors of #F23FFE
Black with #F23FFE
Text Example
Text Example
White with #F23FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23FFE; }
p { color: rgb(242,63,254); }
H1.HeaderClassName
{
color: #F23FFE;
}
.AnyTagClassName
{
color: #F23FFE;
}
</style>
background-color css
<style>
a { background-color: #F23FFE; }
a { background-color: rgb(242,63,254); }
div.DivClassName
{
background-color: #F23FFE;
}
.BgClassName
{
background-color: #F23FFE;
}
</style>
border-color css
<style>
span { border-color: #F23FFE; }
span { border-color: rgb(242,63,254); }
td.TdClassName
{
border-color: #F23FFE;
}
.TagClassName
{
border-color: #F23FFE;
}
</style>