Shades of Pink Flamingo #FD43FF
Tints of Pink Flamingo #FD43FF
RGB
CMYK
RGB Variations
Color information
#FD43FF (or 0xFD43FF) is known color: Pink Flamingo. HEX triplet: FD, 43 and FF. RGB value is (253,67,255). Sum of RGB (Red+Green+Blue) = 253+67+255=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 67 (26.56% from 255 or 11.65% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD43FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD43FF is #02BC00. Grayscale: #8F8F8F. Windows color (decimal): -179201 or 16729085. OLE color: 16729085.
HSL color Cylindrical-coordinate representation of color #FD43FF: hue angle of 299.36º 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 #FD43FF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 67 | 255 | - |
| CMYK | 0.01 | 0.74 | 0 | 0 |
| HSL | 299.36º | 1% | 0.63% | - |
| HSV(B) | 299.36º | 0.74% | 1% | - |
| XYZ | 60.57 | 32.12 | 97.61 | - |
| YUV | 144.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 255 | 0.01 | 0.74 | 0 | 0 | 299.36 | 1 | 0.63 |
| Hex | FD | 43 | FF | 1 | 4A | 0 | 0 | 12B | 64 | 3F |
| Octal | 375 | 103 | 377 | 1 | 112 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111101 | 1000011 | 11111111 | 1 | 1001010 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FD43FF
Complementary color
Monochromatic Colors of #FD43FF
Black with #FD43FF
Text Example
Text Example
White with #FD43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD43FF; }
p { color: rgb(253,67,255); }
H1.HeaderClassName
{
color: #FD43FF;
}
.AnyTagClassName
{
color: #FD43FF;
}
</style>
background-color css
<style>
a { background-color: #FD43FF; }
a { background-color: rgb(253,67,255); }
div.DivClassName
{
background-color: #FD43FF;
}
.BgClassName
{
background-color: #FD43FF;
}
</style>
border-color css
<style>
span { border-color: #FD43FF; }
span { border-color: rgb(253,67,255); }
td.TdClassName
{
border-color: #FD43FF;
}
.TagClassName
{
border-color: #FD43FF;
}
</style>