Shades of Pink Flamingo #F23FFD
Tints of Pink Flamingo #F23FFD
RGB
CMYK
RGB Variations
Color information
#F23FFD (or 0xF23FFD) is known color: Pink Flamingo. HEX triplet: F2, 3F and FD. RGB value is (242,63,253). Sum of RGB (Red+Green+Blue) = 242+63+253=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 63 (25% from 255 or 11.29% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #F23FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23FFD is #0DC002. Grayscale: #898989. Windows color (decimal): -901123 or 16596978. OLE color: 16596978.
HSL color Cylindrical-coordinate representation of color #F23FFD: hue angle of 296.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23FFD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 63 | 253 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.01 |
| HSL | 296.53º | 0.98% | 0.62% | - |
| HSV(B) | 296.53º | 0.75% | 0.99% | - |
| XYZ | 56.13 | 29.52 | 95.67 | - |
| YUV | 138.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 253 | 0.04 | 0.75 | 0 | 0.01 | 296.53 | 0.98 | 0.62 |
| Hex | F2 | 3F | FD | 4 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 362 | 77 | 375 | 4 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110010 | 111111 | 11111101 | 100 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F23FFD
Complementary color
Monochromatic Colors of #F23FFD
Black with #F23FFD
Text Example
Text Example
White with #F23FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23FFD; }
p { color: rgb(242,63,253); }
H1.HeaderClassName
{
color: #F23FFD;
}
.AnyTagClassName
{
color: #F23FFD;
}
</style>
background-color css
<style>
a { background-color: #F23FFD; }
a { background-color: rgb(242,63,253); }
div.DivClassName
{
background-color: #F23FFD;
}
.BgClassName
{
background-color: #F23FFD;
}
</style>
border-color css
<style>
span { border-color: #F23FFD; }
span { border-color: rgb(242,63,253); }
td.TdClassName
{
border-color: #F23FFD;
}
.TagClassName
{
border-color: #F23FFD;
}
</style>