Shades of Pink Flamingo #F93AF8
Tints of Pink Flamingo #F93AF8
RGB
CMYK
RGB Variations
Color information
#F93AF8 (or 0xF93AF8) is known color: Pink Flamingo. HEX triplet: F9, 3A and F8. RGB value is (249,58,248). Sum of RGB (Red+Green+Blue) = 249+58+248=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 58 (23.05% from 255 or 10.45% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AF8 is #06C507. Grayscale: #888888. Windows color (decimal): -443656 or 16268025. OLE color: 16268025.
HSL color Cylindrical-coordinate representation of color #F93AF8: hue angle of 300.31º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AF8 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 248 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.02 |
| HSL | 300.31º | 0.94% | 0.6% | - |
| HSV(B) | 300.31º | 0.77% | 0.98% | - |
| XYZ | 57.52 | 29.94 | 91.55 | - |
| YUV | 136.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 248 | 0 | 0.77 | 0.00 | 0.02 | 300.31 | 0.94 | 0.6 |
| Hex | F9 | 3A | F8 | 0 | 4D | 0 | 2 | 12C | 5E | 3C |
| Octal | 371 | 72 | 370 | 0 | 115 | 0 | 2 | 454 | 136 | 74 |
| Binary | 11111001 | 111010 | 11111000 | 0 | 1001101 | 0 | 10 | 100101100 | 1011110 | 111100 |
Color Harmonies of #F93AF8
Complementary color
Monochromatic Colors of #F93AF8
Black with #F93AF8
Text Example
Text Example
White with #F93AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AF8; }
p { color: rgb(249,58,248); }
H1.HeaderClassName
{
color: #F93AF8;
}
.AnyTagClassName
{
color: #F93AF8;
}
</style>
background-color css
<style>
a { background-color: #F93AF8; }
a { background-color: rgb(249,58,248); }
div.DivClassName
{
background-color: #F93AF8;
}
.BgClassName
{
background-color: #F93AF8;
}
</style>
border-color css
<style>
span { border-color: #F93AF8; }
span { border-color: rgb(249,58,248); }
td.TdClassName
{
border-color: #F93AF8;
}
.TagClassName
{
border-color: #F93AF8;
}
</style>