Shades of Pink Flamingo #FF41FD
Tints of Pink Flamingo #FF41FD
RGB
CMYK
RGB Variations
Color information
#FF41FD (or 0xFF41FD) is known color: Pink Flamingo. HEX triplet: FF, 41 and FD. RGB value is (255,65,253). Sum of RGB (Red+Green+Blue) = 255+65+253=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 65 (25.78% from 255 or 11.34% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41FD is #00BE02. Grayscale: #8E8E8E. Windows color (decimal): -48643 or 16597503. OLE color: 16597503.
HSL color Cylindrical-coordinate representation of color #FF41FD: hue angle of 300.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41FD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 253 | - |
| CMYK | 0 | 0.75 | 0.01 | 0 |
| HSL | 300.63º | 1% | 0.63% | - |
| HSV(B) | 300.63º | 0.75% | 1% | - |
| XYZ | 60.86 | 32.13 | 95.92 | - |
| YUV | 143.24 | 189.95 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 253 | 0 | 0.75 | 0.01 | 0 | 300.63 | 1 | 0.63 |
| Hex | FF | 41 | FD | 0 | 4B | 1 | 0 | 12D | 64 | 3F |
| Octal | 377 | 101 | 375 | 0 | 113 | 1 | 0 | 455 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11111101 | 0 | 1001011 | 1 | 0 | 100101101 | 1100100 | 111111 |
Color Harmonies of #FF41FD
Complementary color
Monochromatic Colors of #FF41FD
Black with #FF41FD
Text Example
Text Example
White with #FF41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41FD; }
p { color: rgb(255,65,253); }
H1.HeaderClassName
{
color: #FF41FD;
}
.AnyTagClassName
{
color: #FF41FD;
}
</style>
background-color css
<style>
a { background-color: #FF41FD; }
a { background-color: rgb(255,65,253); }
div.DivClassName
{
background-color: #FF41FD;
}
.BgClassName
{
background-color: #FF41FD;
}
</style>
border-color css
<style>
span { border-color: #FF41FD; }
span { border-color: rgb(255,65,253); }
td.TdClassName
{
border-color: #FF41FD;
}
.TagClassName
{
border-color: #FF41FD;
}
</style>