Shades of Pink Flamingo #F93BFC
Tints of Pink Flamingo #F93BFC
RGB
CMYK
RGB Variations
Color information
#F93BFC (or 0xF93BFC) is known color: Pink Flamingo. HEX triplet: F9, 3B and FC. RGB value is (249,59,252). Sum of RGB (Red+Green+Blue) = 249+59+252=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 59 (23.44% from 255 or 10.54% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F93BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93BFC is #06C403. Grayscale: #898989. Windows color (decimal): -443396 or 16530425. OLE color: 16530425.
HSL color Cylindrical-coordinate representation of color #F93BFC: hue angle of 299.07º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93BFC is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 59 | 252 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.01 |
| HSL | 299.07º | 0.97% | 0.61% | - |
| HSV(B) | 299.07º | 0.77% | 0.99% | - |
| XYZ | 58.2 | 30.3 | 94.88 | - |
| YUV | 137.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 252 | 0.01 | 0.77 | 0 | 0.01 | 299.07 | 0.97 | 0.61 |
| Hex | F9 | 3B | FC | 1 | 4D | 0 | 1 | 12B | 61 | 3D |
| Octal | 371 | 73 | 374 | 1 | 115 | 0 | 1 | 453 | 141 | 75 |
| Binary | 11111001 | 111011 | 11111100 | 1 | 1001101 | 0 | 1 | 100101011 | 1100001 | 111101 |
Color Harmonies of #F93BFC
Complementary color
Monochromatic Colors of #F93BFC
Black with #F93BFC
Text Example
Text Example
White with #F93BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BFC; }
p { color: rgb(249,59,252); }
H1.HeaderClassName
{
color: #F93BFC;
}
.AnyTagClassName
{
color: #F93BFC;
}
</style>
background-color css
<style>
a { background-color: #F93BFC; }
a { background-color: rgb(249,59,252); }
div.DivClassName
{
background-color: #F93BFC;
}
.BgClassName
{
background-color: #F93BFC;
}
</style>
border-color css
<style>
span { border-color: #F93BFC; }
span { border-color: rgb(249,59,252); }
td.TdClassName
{
border-color: #F93BFC;
}
.TagClassName
{
border-color: #F93BFC;
}
</style>