Shades of Pink Flamingo #F43CFD
Tints of Pink Flamingo #F43CFD
RGB
CMYK
RGB Variations
Color information
#F43CFD (or 0xF43CFD) is known color: Pink Flamingo. HEX triplet: F4, 3C and FD. RGB value is (244,60,253). Sum of RGB (Red+Green+Blue) = 244+60+253=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 60 (23.83% from 255 or 10.77% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #F43CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F43CFD is #0BC302. Grayscale: #888888. Windows color (decimal): -770819 or 16596212. OLE color: 16596212.
HSL color Cylindrical-coordinate representation of color #F43CFD: hue angle of 297.2º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43CFD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 60 | 253 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.01 |
| HSL | 297.2º | 0.98% | 0.61% | - |
| HSV(B) | 297.2º | 0.76% | 0.99% | - |
| XYZ | 56.65 | 29.56 | 95.65 | - |
| YUV | 137.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 253 | 0.04 | 0.76 | 0 | 0.01 | 297.2 | 0.98 | 0.61 |
| Hex | F4 | 3C | FD | 4 | 4C | 0 | 1 | 129 | 62 | 3D |
| Octal | 364 | 74 | 375 | 4 | 114 | 0 | 1 | 451 | 142 | 75 |
| Binary | 11110100 | 111100 | 11111101 | 100 | 1001100 | 0 | 1 | 100101001 | 1100010 | 111101 |
Color Harmonies of #F43CFD
Complementary color
Monochromatic Colors of #F43CFD
Black with #F43CFD
Text Example
Text Example
White with #F43CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43CFD; }
p { color: rgb(244,60,253); }
H1.HeaderClassName
{
color: #F43CFD;
}
.AnyTagClassName
{
color: #F43CFD;
}
</style>
background-color css
<style>
a { background-color: #F43CFD; }
a { background-color: rgb(244,60,253); }
div.DivClassName
{
background-color: #F43CFD;
}
.BgClassName
{
background-color: #F43CFD;
}
</style>
border-color css
<style>
span { border-color: #F43CFD; }
span { border-color: rgb(244,60,253); }
td.TdClassName
{
border-color: #F43CFD;
}
.TagClassName
{
border-color: #F43CFD;
}
</style>