Shades of Pink Flamingo #FF5DF2
Tints of Pink Flamingo #FF5DF2
RGB
CMYK
RGB Variations
Color information
#FF5DF2 (or 0xFF5DF2) is known color: Pink Flamingo. HEX triplet: FF, 5D and F2. RGB value is (255,93,242). Sum of RGB (Red+Green+Blue) = 255+93+242=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 93 (36.72% from 255 or 15.76% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DF2 is #00A20D. Grayscale: #9D9D9D. Windows color (decimal): -41486 or 15883775. OLE color: 15883775.
HSL color Cylindrical-coordinate representation of color #FF5DF2: hue angle of 304.81º 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 #FF5DF2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 242 | - |
| CMYK | 0 | 0.64 | 0.05 | 0 |
| HSL | 304.81º | 1% | 0.68% | - |
| HSV(B) | 304.81º | 0.64% | 1% | - |
| XYZ | 61.18 | 35.5 | 87.63 | - |
| YUV | 158.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 242 | 0 | 0.64 | 0.05 | 0 | 304.81 | 1 | 0.68 |
| Hex | FF | 5D | F2 | 0 | 40 | 5 | 0 | 131 | 64 | 44 |
| Octal | 377 | 135 | 362 | 0 | 100 | 5 | 0 | 461 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11110010 | 0 | 1000000 | 101 | 0 | 100110001 | 1100100 | 1000100 |
Color Harmonies of #FF5DF2
Complementary color
Monochromatic Colors of #FF5DF2
Black with #FF5DF2
Text Example
Text Example
White with #FF5DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DF2; }
p { color: rgb(255,93,242); }
H1.HeaderClassName
{
color: #FF5DF2;
}
.AnyTagClassName
{
color: #FF5DF2;
}
</style>
background-color css
<style>
a { background-color: #FF5DF2; }
a { background-color: rgb(255,93,242); }
div.DivClassName
{
background-color: #FF5DF2;
}
.BgClassName
{
background-color: #FF5DF2;
}
</style>
border-color css
<style>
span { border-color: #FF5DF2; }
span { border-color: rgb(255,93,242); }
td.TdClassName
{
border-color: #FF5DF2;
}
.TagClassName
{
border-color: #FF5DF2;
}
</style>