Shades of Pink Flamingo #F43BFC
Tints of Pink Flamingo #F43BFC
RGB
CMYK
RGB Variations
Color information
#F43BFC (or 0xF43BFC) is known color: Pink Flamingo. HEX triplet: F4, 3B and FC. RGB value is (244,59,252). Sum of RGB (Red+Green+Blue) = 244+59+252=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 59 (23.44% from 255 or 10.63% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #F43BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F43BFC is #0BC403. Grayscale: #878787. Windows color (decimal): -771076 or 16530420. OLE color: 16530420.
HSL color Cylindrical-coordinate representation of color #F43BFC: hue angle of 297.51º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F43BFC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 59 | 252 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.01 |
| HSL | 297.51º | 0.97% | 0.61% | - |
| HSV(B) | 297.51º | 0.77% | 0.99% | - |
| XYZ | 56.44 | 29.39 | 94.79 | - |
| YUV | 136.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 59 | 252 | 0.03 | 0.77 | 0 | 0.01 | 297.51 | 0.97 | 0.61 |
| Hex | F4 | 3B | FC | 3 | 4D | 0 | 1 | 12A | 61 | 3D |
| Octal | 364 | 73 | 374 | 3 | 115 | 0 | 1 | 452 | 141 | 75 |
| Binary | 11110100 | 111011 | 11111100 | 11 | 1001101 | 0 | 1 | 100101010 | 1100001 | 111101 |
Color Harmonies of #F43BFC
Complementary color
Monochromatic Colors of #F43BFC
Black with #F43BFC
Text Example
Text Example
White with #F43BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43BFC; }
p { color: rgb(244,59,252); }
H1.HeaderClassName
{
color: #F43BFC;
}
.AnyTagClassName
{
color: #F43BFC;
}
</style>
background-color css
<style>
a { background-color: #F43BFC; }
a { background-color: rgb(244,59,252); }
div.DivClassName
{
background-color: #F43BFC;
}
.BgClassName
{
background-color: #F43BFC;
}
</style>
border-color css
<style>
span { border-color: #F43BFC; }
span { border-color: rgb(244,59,252); }
td.TdClassName
{
border-color: #F43BFC;
}
.TagClassName
{
border-color: #F43BFC;
}
</style>