Shades of Pink Flamingo #F43AFF
Tints of Pink Flamingo #F43AFF
RGB
CMYK
RGB Variations
Color information
#F43AFF (or 0xF43AFF) is known color: Pink Flamingo. HEX triplet: F4, 3A and FF. RGB value is (244,58,255). Sum of RGB (Red+Green+Blue) = 244+58+255=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F43AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F43AFF is #0BC500. Grayscale: #878787. Windows color (decimal): -771329 or 16726772. OLE color: 16726772.
HSL color Cylindrical-coordinate representation of color #F43AFF: hue angle of 296.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F43AFF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 58 | 255 | - |
| CMYK | 0.04 | 0.77 | 0 | 0 |
| HSL | 296.65º | 1% | 0.61% | - |
| HSV(B) | 296.65º | 0.77% | 1% | - |
| XYZ | 56.87 | 29.48 | 97.3 | - |
| YUV | 136.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 255 | 0.04 | 0.77 | 0 | 0 | 296.65 | 1 | 0.61 |
| Hex | F4 | 3A | FF | 4 | 4D | 0 | 0 | 129 | 64 | 3D |
| Octal | 364 | 72 | 377 | 4 | 115 | 0 | 0 | 451 | 144 | 75 |
| Binary | 11110100 | 111010 | 11111111 | 100 | 1001101 | 0 | 0 | 100101001 | 1100100 | 111101 |
Color Harmonies of #F43AFF
Complementary color
Monochromatic Colors of #F43AFF
Black with #F43AFF
Text Example
Text Example
White with #F43AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AFF; }
p { color: rgb(244,58,255); }
H1.HeaderClassName
{
color: #F43AFF;
}
.AnyTagClassName
{
color: #F43AFF;
}
</style>
background-color css
<style>
a { background-color: #F43AFF; }
a { background-color: rgb(244,58,255); }
div.DivClassName
{
background-color: #F43AFF;
}
.BgClassName
{
background-color: #F43AFF;
}
</style>
border-color css
<style>
span { border-color: #F43AFF; }
span { border-color: rgb(244,58,255); }
td.TdClassName
{
border-color: #F43AFF;
}
.TagClassName
{
border-color: #F43AFF;
}
</style>