Shades of Pink Flamingo #FF5AF7
Tints of Pink Flamingo #FF5AF7
RGB
CMYK
RGB Variations
Color information
#FF5AF7 (or 0xFF5AF7) is known color: Pink Flamingo. HEX triplet: FF, 5A and F7. RGB value is (255,90,247). Sum of RGB (Red+Green+Blue) = 255+90+247=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AF7 is #00A508. Grayscale: #9C9C9C. Windows color (decimal): -42249 or 16210687. OLE color: 16210687.
HSL color Cylindrical-coordinate representation of color #FF5AF7: hue angle of 302.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AF7 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 247 | - |
| CMYK | 0 | 0.65 | 0.03 | 0 |
| HSL | 302.91º | 1% | 0.68% | - |
| HSV(B) | 302.91º | 0.65% | 1% | - |
| XYZ | 61.68 | 35.29 | 91.56 | - |
| YUV | 157.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 247 | 0 | 0.65 | 0.03 | 0 | 302.91 | 1 | 0.68 |
| Hex | FF | 5A | F7 | 0 | 41 | 3 | 0 | 12F | 64 | 44 |
| Octal | 377 | 132 | 367 | 0 | 101 | 3 | 0 | 457 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11110111 | 0 | 1000001 | 11 | 0 | 100101111 | 1100100 | 1000100 |
Color Harmonies of #FF5AF7
Complementary color
Monochromatic Colors of #FF5AF7
Black with #FF5AF7
Text Example
Text Example
White with #FF5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AF7; }
p { color: rgb(255,90,247); }
H1.HeaderClassName
{
color: #FF5AF7;
}
.AnyTagClassName
{
color: #FF5AF7;
}
</style>
background-color css
<style>
a { background-color: #FF5AF7; }
a { background-color: rgb(255,90,247); }
div.DivClassName
{
background-color: #FF5AF7;
}
.BgClassName
{
background-color: #FF5AF7;
}
</style>
border-color css
<style>
span { border-color: #FF5AF7; }
span { border-color: rgb(255,90,247); }
td.TdClassName
{
border-color: #FF5AF7;
}
.TagClassName
{
border-color: #FF5AF7;
}
</style>