Shades of Pink Flamingo #F93AFE
Tints of Pink Flamingo #F93AFE
RGB
CMYK
RGB Variations
Color information
#F93AFE (or 0xF93AFE) is known color: Pink Flamingo. HEX triplet: F9, 3A and FE. RGB value is (249,58,254). Sum of RGB (Red+Green+Blue) = 249+58+254=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 58 (23.05% from 255 or 10.34% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F93AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93AFE is #06C501. Grayscale: #888888. Windows color (decimal): -443650 or 16661241. OLE color: 16661241.
HSL color Cylindrical-coordinate representation of color #F93AFE: hue angle of 298.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AFE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 58 | 254 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.00 |
| HSL | 298.47º | 0.99% | 0.61% | - |
| HSV(B) | 298.47º | 0.77% | 1% | - |
| XYZ | 58.47 | 30.32 | 96.54 | - |
| YUV | 137.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 254 | 0.02 | 0.77 | 0 | 0.00 | 298.47 | 0.99 | 0.61 |
| Hex | F9 | 3A | FE | 2 | 4D | 0 | 0 | 12A | 63 | 3D |
| Octal | 371 | 72 | 376 | 2 | 115 | 0 | 0 | 452 | 143 | 75 |
| Binary | 11111001 | 111010 | 11111110 | 10 | 1001101 | 0 | 0 | 100101010 | 1100011 | 111101 |
Color Harmonies of #F93AFE
Complementary color
Monochromatic Colors of #F93AFE
Black with #F93AFE
Text Example
Text Example
White with #F93AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AFE; }
p { color: rgb(249,58,254); }
H1.HeaderClassName
{
color: #F93AFE;
}
.AnyTagClassName
{
color: #F93AFE;
}
</style>
background-color css
<style>
a { background-color: #F93AFE; }
a { background-color: rgb(249,58,254); }
div.DivClassName
{
background-color: #F93AFE;
}
.BgClassName
{
background-color: #F93AFE;
}
</style>
border-color css
<style>
span { border-color: #F93AFE; }
span { border-color: rgb(249,58,254); }
td.TdClassName
{
border-color: #F93AFE;
}
.TagClassName
{
border-color: #F93AFE;
}
</style>