Shades of Pink Flamingo #F73CFA
Tints of Pink Flamingo #F73CFA
RGB
CMYK
RGB Variations
Color information
#F73CFA (or 0xF73CFA) is known color: Pink Flamingo. HEX triplet: F7, 3C and FA. RGB value is (247,60,250). Sum of RGB (Red+Green+Blue) = 247+60+250=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #F73CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CFA is #08C305. Grayscale: #898989. Windows color (decimal): -574214 or 16399607. OLE color: 16399607.
HSL color Cylindrical-coordinate representation of color #F73CFA: hue angle of 299.05º degrees, saturation: 0.95, 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 #F73CFA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 60 | 250 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.02 |
| HSL | 299.05º | 0.95% | 0.61% | - |
| HSV(B) | 299.05º | 0.76% | 0.98% | - |
| XYZ | 57.23 | 29.91 | 93.2 | - |
| YUV | 137.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 250 | 0.01 | 0.76 | 0 | 0.02 | 299.05 | 0.95 | 0.61 |
| Hex | F7 | 3C | FA | 1 | 4C | 0 | 2 | 12B | 5F | 3D |
| Octal | 367 | 74 | 372 | 1 | 114 | 0 | 2 | 453 | 137 | 75 |
| Binary | 11110111 | 111100 | 11111010 | 1 | 1001100 | 0 | 10 | 100101011 | 1011111 | 111101 |
Color Harmonies of #F73CFA
Complementary color
Monochromatic Colors of #F73CFA
Black with #F73CFA
Text Example
Text Example
White with #F73CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CFA; }
p { color: rgb(247,60,250); }
H1.HeaderClassName
{
color: #F73CFA;
}
.AnyTagClassName
{
color: #F73CFA;
}
</style>
background-color css
<style>
a { background-color: #F73CFA; }
a { background-color: rgb(247,60,250); }
div.DivClassName
{
background-color: #F73CFA;
}
.BgClassName
{
background-color: #F73CFA;
}
</style>
border-color css
<style>
span { border-color: #F73CFA; }
span { border-color: rgb(247,60,250); }
td.TdClassName
{
border-color: #F73CFA;
}
.TagClassName
{
border-color: #F73CFA;
}
</style>