Shades of Pink Flamingo #FF43F0
Tints of Pink Flamingo #FF43F0
RGB
CMYK
RGB Variations
Color information
#FF43F0 (or 0xFF43F0) is known color: Pink Flamingo. HEX triplet: FF, 43 and F0. RGB value is (255,67,240). Sum of RGB (Red+Green+Blue) = 255+67+240=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 67 (26.56% from 255 or 11.92% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF43F0 is #00BC0F. Grayscale: #8E8E8E. Windows color (decimal): -48144 or 15746047. OLE color: 15746047.
HSL color Cylindrical-coordinate representation of color #FF43F0: hue angle of 304.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF43F0 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 240 | - |
| CMYK | 0 | 0.74 | 0.06 | 0 |
| HSL | 304.79º | 1% | 0.63% | - |
| HSV(B) | 304.79º | 0.74% | 1% | - |
| XYZ | 58.98 | 31.57 | 85.42 | - |
| YUV | 142.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 240 | 0 | 0.74 | 0.06 | 0 | 304.79 | 1 | 0.63 |
| Hex | FF | 43 | F0 | 0 | 4A | 6 | 0 | 131 | 64 | 3F |
| Octal | 377 | 103 | 360 | 0 | 112 | 6 | 0 | 461 | 144 | 77 |
| Binary | 11111111 | 1000011 | 11110000 | 0 | 1001010 | 110 | 0 | 100110001 | 1100100 | 111111 |
Color Harmonies of #FF43F0
Complementary color
Monochromatic Colors of #FF43F0
Black with #FF43F0
Text Example
Text Example
White with #FF43F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43F0; }
p { color: rgb(255,67,240); }
H1.HeaderClassName
{
color: #FF43F0;
}
.AnyTagClassName
{
color: #FF43F0;
}
</style>
background-color css
<style>
a { background-color: #FF43F0; }
a { background-color: rgb(255,67,240); }
div.DivClassName
{
background-color: #FF43F0;
}
.BgClassName
{
background-color: #FF43F0;
}
</style>
border-color css
<style>
span { border-color: #FF43F0; }
span { border-color: rgb(255,67,240); }
td.TdClassName
{
border-color: #FF43F0;
}
.TagClassName
{
border-color: #FF43F0;
}
</style>