Shades of Pink Flamingo #F93CF5
Tints of Pink Flamingo #F93CF5
RGB
CMYK
RGB Variations
Color information
#F93CF5 (or 0xF93CF5) is known color: Pink Flamingo. HEX triplet: F9, 3C and F5. RGB value is (249,60,245). Sum of RGB (Red+Green+Blue) = 249+60+245=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 60 (23.83% from 255 or 10.83% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CF5 is #06C30A. Grayscale: #898989. Windows color (decimal): -443147 or 16071929. OLE color: 16071929.
HSL color Cylindrical-coordinate representation of color #F93CF5: hue angle of 301.27º 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 #F93CF5 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 245 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.02 |
| HSL | 301.27º | 0.94% | 0.61% | - |
| HSV(B) | 301.27º | 0.76% | 0.98% | - |
| XYZ | 57.16 | 29.96 | 89.16 | - |
| YUV | 137.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 245 | 0 | 0.76 | 0.02 | 0.02 | 301.27 | 0.94 | 0.61 |
| Hex | F9 | 3C | F5 | 0 | 4C | 2 | 2 | 12D | 5E | 3D |
| Octal | 371 | 74 | 365 | 0 | 114 | 2 | 2 | 455 | 136 | 75 |
| Binary | 11111001 | 111100 | 11110101 | 0 | 1001100 | 10 | 10 | 100101101 | 1011110 | 111101 |
Color Harmonies of #F93CF5
Complementary color
Monochromatic Colors of #F93CF5
Black with #F93CF5
Text Example
Text Example
White with #F93CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CF5; }
p { color: rgb(249,60,245); }
H1.HeaderClassName
{
color: #F93CF5;
}
.AnyTagClassName
{
color: #F93CF5;
}
</style>
background-color css
<style>
a { background-color: #F93CF5; }
a { background-color: rgb(249,60,245); }
div.DivClassName
{
background-color: #F93CF5;
}
.BgClassName
{
background-color: #F93CF5;
}
</style>
border-color css
<style>
span { border-color: #F93CF5; }
span { border-color: rgb(249,60,245); }
td.TdClassName
{
border-color: #F93CF5;
}
.TagClassName
{
border-color: #F93CF5;
}
</style>