Shades of Pink Flamingo #F93FFF
Tints of Pink Flamingo #F93FFF
RGB
CMYK
RGB Variations
Color information
#F93FFF (or 0xF93FFF) is known color: Pink Flamingo. HEX triplet: F9, 3F and FF. RGB value is (249,63,255). Sum of RGB (Red+Green+Blue) = 249+63+255=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 63 (25% from 255 or 11.11% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #F93FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93FFF is #06C000. Grayscale: #8B8B8B. Windows color (decimal): -442369 or 16728057. OLE color: 16728057.
HSL color Cylindrical-coordinate representation of color #F93FFF: hue angle of 298.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FFF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 63 | 255 | - |
| CMYK | 0.02 | 0.75 | 0 | 0 |
| HSL | 298.13º | 1% | 0.62% | - |
| HSV(B) | 298.13º | 0.75% | 1% | - |
| XYZ | 58.89 | 30.91 | 97.47 | - |
| YUV | 140.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 255 | 0.02 | 0.75 | 0 | 0 | 298.13 | 1 | 0.62 |
| Hex | F9 | 3F | FF | 2 | 4B | 0 | 0 | 12A | 64 | 3E |
| Octal | 371 | 77 | 377 | 2 | 113 | 0 | 0 | 452 | 144 | 76 |
| Binary | 11111001 | 111111 | 11111111 | 10 | 1001011 | 0 | 0 | 100101010 | 1100100 | 111110 |
Color Harmonies of #F93FFF
Complementary color
Monochromatic Colors of #F93FFF
Black with #F93FFF
Text Example
Text Example
White with #F93FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FFF; }
p { color: rgb(249,63,255); }
H1.HeaderClassName
{
color: #F93FFF;
}
.AnyTagClassName
{
color: #F93FFF;
}
</style>
background-color css
<style>
a { background-color: #F93FFF; }
a { background-color: rgb(249,63,255); }
div.DivClassName
{
background-color: #F93FFF;
}
.BgClassName
{
background-color: #F93FFF;
}
</style>
border-color css
<style>
span { border-color: #F93FFF; }
span { border-color: rgb(249,63,255); }
td.TdClassName
{
border-color: #F93FFF;
}
.TagClassName
{
border-color: #F93FFF;
}
</style>