Shades of Pink Flamingo #FF43FC
Tints of Pink Flamingo #FF43FC
RGB
CMYK
RGB Variations
Color information
#FF43FC (or 0xFF43FC) is known color: Pink Flamingo. HEX triplet: FF, 43 and FC. RGB value is (255,67,252). Sum of RGB (Red+Green+Blue) = 255+67+252=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 67 (26.56% from 255 or 11.67% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF43FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF43FC is #00BC03. Grayscale: #8F8F8F. Windows color (decimal): -48132 or 16532479. OLE color: 16532479.
HSL color Cylindrical-coordinate representation of color #FF43FC: hue angle of 300.96º 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 #FF43FC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 252 | - |
| CMYK | 0 | 0.74 | 0.01 | 0 |
| HSL | 300.96º | 1% | 0.63% | - |
| HSV(B) | 300.96º | 0.74% | 1% | - |
| XYZ | 60.82 | 32.3 | 95.13 | - |
| YUV | 144.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 252 | 0 | 0.74 | 0.01 | 0 | 300.96 | 1 | 0.63 |
| Hex | FF | 43 | FC | 0 | 4A | 1 | 0 | 12D | 64 | 3F |
| Octal | 377 | 103 | 374 | 0 | 112 | 1 | 0 | 455 | 144 | 77 |
| Binary | 11111111 | 1000011 | 11111100 | 0 | 1001010 | 1 | 0 | 100101101 | 1100100 | 111111 |
Color Harmonies of #FF43FC
Complementary color
Monochromatic Colors of #FF43FC
Black with #FF43FC
Text Example
Text Example
White with #FF43FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF43FC; }
p { color: rgb(255,67,252); }
H1.HeaderClassName
{
color: #FF43FC;
}
.AnyTagClassName
{
color: #FF43FC;
}
</style>
background-color css
<style>
a { background-color: #FF43FC; }
a { background-color: rgb(255,67,252); }
div.DivClassName
{
background-color: #FF43FC;
}
.BgClassName
{
background-color: #FF43FC;
}
</style>
border-color css
<style>
span { border-color: #FF43FC; }
span { border-color: rgb(255,67,252); }
td.TdClassName
{
border-color: #FF43FC;
}
.TagClassName
{
border-color: #FF43FC;
}
</style>