Shades of Pink Flamingo #FB5AF1
Tints of Pink Flamingo #FB5AF1
RGB
CMYK
RGB Variations
Color information
#FB5AF1 (or 0xFB5AF1) is known color: Pink Flamingo. HEX triplet: FB, 5A and F1. RGB value is (251,90,241). Sum of RGB (Red+Green+Blue) = 251+90+241=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AF1 is #04A50E. Grayscale: #9A9A9A. Windows color (decimal): -304399 or 15817467. OLE color: 15817467.
HSL color Cylindrical-coordinate representation of color #FB5AF1: hue angle of 303.73º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AF1 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 241 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.02 |
| HSL | 303.73º | 0.95% | 0.67% | - |
| HSV(B) | 303.73º | 0.64% | 0.98% | - |
| XYZ | 59.32 | 34.17 | 86.69 | - |
| YUV | 155.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 241 | 0 | 0.64 | 0.04 | 0.02 | 303.73 | 0.95 | 0.67 |
| Hex | FB | 5A | F1 | 0 | 40 | 4 | 2 | 130 | 5F | 43 |
| Octal | 373 | 132 | 361 | 0 | 100 | 4 | 2 | 460 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11110001 | 0 | 1000000 | 100 | 10 | 100110000 | 1011111 | 1000011 |
Color Harmonies of #FB5AF1
Complementary color
Monochromatic Colors of #FB5AF1
Black with #FB5AF1
Text Example
Text Example
White with #FB5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AF1; }
p { color: rgb(251,90,241); }
H1.HeaderClassName
{
color: #FB5AF1;
}
.AnyTagClassName
{
color: #FB5AF1;
}
</style>
background-color css
<style>
a { background-color: #FB5AF1; }
a { background-color: rgb(251,90,241); }
div.DivClassName
{
background-color: #FB5AF1;
}
.BgClassName
{
background-color: #FB5AF1;
}
</style>
border-color css
<style>
span { border-color: #FB5AF1; }
span { border-color: rgb(251,90,241); }
td.TdClassName
{
border-color: #FB5AF1;
}
.TagClassName
{
border-color: #FB5AF1;
}
</style>