Shades of Pink Flamingo #F43FFD
Tints of Pink Flamingo #F43FFD
RGB
CMYK
RGB Variations
Color information
#F43FFD (or 0xF43FFD) is known color: Pink Flamingo. HEX triplet: F4, 3F and FD. RGB value is (244,63,253). Sum of RGB (Red+Green+Blue) = 244+63+253=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 63 (25% from 255 or 11.25% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #F43FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F43FFD is #0BC002. Grayscale: #8A8A8A. Windows color (decimal): -770051 or 16596980. OLE color: 16596980.
HSL color Cylindrical-coordinate representation of color #F43FFD: hue angle of 297.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43FFD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 63 | 253 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.01 |
| HSL | 297.16º | 0.98% | 0.62% | - |
| HSV(B) | 297.16º | 0.75% | 0.99% | - |
| XYZ | 56.82 | 29.88 | 95.7 | - |
| YUV | 138.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 253 | 0.04 | 0.75 | 0 | 0.01 | 297.16 | 0.98 | 0.62 |
| Hex | F4 | 3F | FD | 4 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 364 | 77 | 375 | 4 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110100 | 111111 | 11111101 | 100 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F43FFD
Complementary color
Monochromatic Colors of #F43FFD
Black with #F43FFD
Text Example
Text Example
White with #F43FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FFD; }
p { color: rgb(244,63,253); }
H1.HeaderClassName
{
color: #F43FFD;
}
.AnyTagClassName
{
color: #F43FFD;
}
</style>
background-color css
<style>
a { background-color: #F43FFD; }
a { background-color: rgb(244,63,253); }
div.DivClassName
{
background-color: #F43FFD;
}
.BgClassName
{
background-color: #F43FFD;
}
</style>
border-color css
<style>
span { border-color: #F43FFD; }
span { border-color: rgb(244,63,253); }
td.TdClassName
{
border-color: #F43FFD;
}
.TagClassName
{
border-color: #F43FFD;
}
</style>