Shades of Pink Flamingo #FF5DF3
Tints of Pink Flamingo #FF5DF3
RGB
CMYK
RGB Variations
Color information
#FF5DF3 (or 0xFF5DF3) is known color: Pink Flamingo. HEX triplet: FF, 5D and F3. RGB value is (255,93,243). Sum of RGB (Red+Green+Blue) = 255+93+243=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DF3 is #00A20C. Grayscale: #9E9E9E. Windows color (decimal): -41485 or 15949311. OLE color: 15949311.
HSL color Cylindrical-coordinate representation of color #FF5DF3: hue angle of 304.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DF3 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 243 | - |
| CMYK | 0 | 0.64 | 0.05 | 0 |
| HSL | 304.44º | 1% | 0.68% | - |
| HSV(B) | 304.44º | 0.64% | 1% | - |
| XYZ | 61.33 | 35.56 | 88.43 | - |
| YUV | 158.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 243 | 0 | 0.64 | 0.05 | 0 | 304.44 | 1 | 0.68 |
| Hex | FF | 5D | F3 | 0 | 40 | 5 | 0 | 130 | 64 | 44 |
| Octal | 377 | 135 | 363 | 0 | 100 | 5 | 0 | 460 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11110011 | 0 | 1000000 | 101 | 0 | 100110000 | 1100100 | 1000100 |
Color Harmonies of #FF5DF3
Complementary color
Monochromatic Colors of #FF5DF3
Black with #FF5DF3
Text Example
Text Example
White with #FF5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DF3; }
p { color: rgb(255,93,243); }
H1.HeaderClassName
{
color: #FF5DF3;
}
.AnyTagClassName
{
color: #FF5DF3;
}
</style>
background-color css
<style>
a { background-color: #FF5DF3; }
a { background-color: rgb(255,93,243); }
div.DivClassName
{
background-color: #FF5DF3;
}
.BgClassName
{
background-color: #FF5DF3;
}
</style>
border-color css
<style>
span { border-color: #FF5DF3; }
span { border-color: rgb(255,93,243); }
td.TdClassName
{
border-color: #FF5DF3;
}
.TagClassName
{
border-color: #FF5DF3;
}
</style>