Shades of Pink Flamingo #F93FF8
Tints of Pink Flamingo #F93FF8
RGB
CMYK
RGB Variations
Color information
#F93FF8 (or 0xF93FF8) is known color: Pink Flamingo. HEX triplet: F9, 3F and F8. RGB value is (249,63,248). Sum of RGB (Red+Green+Blue) = 249+63+248=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FF8 is #06C007. Grayscale: #8B8B8B. Windows color (decimal): -442376 or 16269305. OLE color: 16269305.
HSL color Cylindrical-coordinate representation of color #F93FF8: hue angle of 300.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FF8 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 248 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.02 |
| HSL | 300.32º | 0.94% | 0.61% | - |
| HSV(B) | 300.32º | 0.75% | 0.98% | - |
| XYZ | 57.79 | 30.47 | 91.64 | - |
| YUV | 139.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 248 | 0 | 0.75 | 0.00 | 0.02 | 300.32 | 0.94 | 0.61 |
| Hex | F9 | 3F | F8 | 0 | 4B | 0 | 2 | 12C | 5E | 3D |
| Octal | 371 | 77 | 370 | 0 | 113 | 0 | 2 | 454 | 136 | 75 |
| Binary | 11111001 | 111111 | 11111000 | 0 | 1001011 | 0 | 10 | 100101100 | 1011110 | 111101 |
Color Harmonies of #F93FF8
Complementary color
Monochromatic Colors of #F93FF8
Black with #F93FF8
Text Example
Text Example
White with #F93FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FF8; }
p { color: rgb(249,63,248); }
H1.HeaderClassName
{
color: #F93FF8;
}
.AnyTagClassName
{
color: #F93FF8;
}
</style>
background-color css
<style>
a { background-color: #F93FF8; }
a { background-color: rgb(249,63,248); }
div.DivClassName
{
background-color: #F93FF8;
}
.BgClassName
{
background-color: #F93FF8;
}
</style>
border-color css
<style>
span { border-color: #F93FF8; }
span { border-color: rgb(249,63,248); }
td.TdClassName
{
border-color: #F93FF8;
}
.TagClassName
{
border-color: #F93FF8;
}
</style>