Shades of Pink Flamingo #F93CF7
Tints of Pink Flamingo #F93CF7
RGB
CMYK
RGB Variations
Color information
#F93CF7 (or 0xF93CF7) is known color: Pink Flamingo. HEX triplet: F9, 3C and F7. RGB value is (249,60,247). Sum of RGB (Red+Green+Blue) = 249+60+247=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 60 (23.83% from 255 or 10.79% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CF7 is #06C308. Grayscale: #898989. Windows color (decimal): -443145 or 16203001. OLE color: 16203001.
HSL color Cylindrical-coordinate representation of color #F93CF7: hue angle of 300.63º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CF7 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 247 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.02 |
| HSL | 300.63º | 0.94% | 0.61% | - |
| HSV(B) | 300.63º | 0.76% | 0.98% | - |
| XYZ | 57.47 | 30.09 | 90.77 | - |
| YUV | 137.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 247 | 0 | 0.76 | 0.01 | 0.02 | 300.63 | 0.94 | 0.61 |
| Hex | F9 | 3C | F7 | 0 | 4C | 1 | 2 | 12D | 5E | 3D |
| Octal | 371 | 74 | 367 | 0 | 114 | 1 | 2 | 455 | 136 | 75 |
| Binary | 11111001 | 111100 | 11110111 | 0 | 1001100 | 1 | 10 | 100101101 | 1011110 | 111101 |
Color Harmonies of #F93CF7
Complementary color
Monochromatic Colors of #F93CF7
Black with #F93CF7
Text Example
Text Example
White with #F93CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CF7; }
p { color: rgb(249,60,247); }
H1.HeaderClassName
{
color: #F93CF7;
}
.AnyTagClassName
{
color: #F93CF7;
}
</style>
background-color css
<style>
a { background-color: #F93CF7; }
a { background-color: rgb(249,60,247); }
div.DivClassName
{
background-color: #F93CF7;
}
.BgClassName
{
background-color: #F93CF7;
}
</style>
border-color css
<style>
span { border-color: #F93CF7; }
span { border-color: rgb(249,60,247); }
td.TdClassName
{
border-color: #F93CF7;
}
.TagClassName
{
border-color: #F93CF7;
}
</style>