Shades of Pink Flamingo #F93AFF
Tints of Pink Flamingo #F93AFF
RGB
CMYK
RGB Variations
Color information
#F93AFF (or 0xF93AFF) is known color: Pink Flamingo. HEX triplet: F9, 3A and FF. RGB value is (249,58,255). Sum of RGB (Red+Green+Blue) = 249+58+255=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 58 (23.05% from 255 or 10.32% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F93AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AFF is #06C500. Grayscale: #888888. Windows color (decimal): -443649 or 16726777. OLE color: 16726777.
HSL color Cylindrical-coordinate representation of color #F93AFF: hue angle of 298.17º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AFF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 58 | 255 | - |
| CMYK | 0.02 | 0.77 | 0 | 0 |
| HSL | 298.17º | 1% | 0.61% | - |
| HSV(B) | 298.17º | 0.77% | 1% | - |
| XYZ | 58.63 | 30.39 | 97.38 | - |
| YUV | 137.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 255 | 0.02 | 0.77 | 0 | 0 | 298.17 | 1 | 0.61 |
| Hex | F9 | 3A | FF | 2 | 4D | 0 | 0 | 12A | 64 | 3D |
| Octal | 371 | 72 | 377 | 2 | 115 | 0 | 0 | 452 | 144 | 75 |
| Binary | 11111001 | 111010 | 11111111 | 10 | 1001101 | 0 | 0 | 100101010 | 1100100 | 111101 |
Color Harmonies of #F93AFF
Complementary color
Monochromatic Colors of #F93AFF
Black with #F93AFF
Text Example
Text Example
White with #F93AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AFF; }
p { color: rgb(249,58,255); }
H1.HeaderClassName
{
color: #F93AFF;
}
.AnyTagClassName
{
color: #F93AFF;
}
</style>
background-color css
<style>
a { background-color: #F93AFF; }
a { background-color: rgb(249,58,255); }
div.DivClassName
{
background-color: #F93AFF;
}
.BgClassName
{
background-color: #F93AFF;
}
</style>
border-color css
<style>
span { border-color: #F93AFF; }
span { border-color: rgb(249,58,255); }
td.TdClassName
{
border-color: #F93AFF;
}
.TagClassName
{
border-color: #F93AFF;
}
</style>