Shades of Pink Flamingo #F93BFE
Tints of Pink Flamingo #F93BFE
RGB
CMYK
RGB Variations
Color information
#F93BFE (or 0xF93BFE) is known color: Pink Flamingo. HEX triplet: F9, 3B and FE. RGB value is (249,59,254). Sum of RGB (Red+Green+Blue) = 249+59+254=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 59 (23.44% from 255 or 10.50% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F93BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93BFE is #06C401. Grayscale: #898989. Windows color (decimal): -443394 or 16661497. OLE color: 16661497.
HSL color Cylindrical-coordinate representation of color #F93BFE: hue angle of 298.46º 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 #F93BFE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 59 | 254 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.00 |
| HSL | 298.46º | 0.99% | 0.61% | - |
| HSV(B) | 298.46º | 0.77% | 1% | - |
| XYZ | 58.52 | 30.42 | 96.55 | - |
| YUV | 138.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 254 | 0.02 | 0.77 | 0 | 0.00 | 298.46 | 0.99 | 0.61 |
| Hex | F9 | 3B | FE | 2 | 4D | 0 | 0 | 12A | 63 | 3D |
| Octal | 371 | 73 | 376 | 2 | 115 | 0 | 0 | 452 | 143 | 75 |
| Binary | 11111001 | 111011 | 11111110 | 10 | 1001101 | 0 | 0 | 100101010 | 1100011 | 111101 |
Color Harmonies of #F93BFE
Complementary color
Monochromatic Colors of #F93BFE
Black with #F93BFE
Text Example
Text Example
White with #F93BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BFE; }
p { color: rgb(249,59,254); }
H1.HeaderClassName
{
color: #F93BFE;
}
.AnyTagClassName
{
color: #F93BFE;
}
</style>
background-color css
<style>
a { background-color: #F93BFE; }
a { background-color: rgb(249,59,254); }
div.DivClassName
{
background-color: #F93BFE;
}
.BgClassName
{
background-color: #F93BFE;
}
</style>
border-color css
<style>
span { border-color: #F93BFE; }
span { border-color: rgb(249,59,254); }
td.TdClassName
{
border-color: #F93BFE;
}
.TagClassName
{
border-color: #F93BFE;
}
</style>