Shades of Pink Flamingo #FB6AF5
Tints of Pink Flamingo #FB6AF5
RGB
CMYK
RGB Variations
Color information
#FB6AF5 (or 0xFB6AF5) is known color: Pink Flamingo. HEX triplet: FB, 6A and F5. RGB value is (251,106,245). Sum of RGB (Red+Green+Blue) = 251+106+245=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 106 (41.80% from 255 or 17.61% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6AF5 is #04950A. Grayscale: #A4A4A4. Windows color (decimal): -300299 or 16083707. OLE color: 16083707.
HSL color Cylindrical-coordinate representation of color #FB6AF5: hue angle of 302.48º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6AF5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 245 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.02 |
| HSL | 302.48º | 0.95% | 0.7% | - |
| HSV(B) | 302.48º | 0.58% | 0.98% | - |
| XYZ | 61.42 | 37.41 | 90.37 | - |
| YUV | 165.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 245 | 0 | 0.58 | 0.02 | 0.02 | 302.48 | 0.95 | 0.7 |
| Hex | FB | 6A | F5 | 0 | 3A | 2 | 2 | 12E | 5F | 46 |
| Octal | 373 | 152 | 365 | 0 | 72 | 2 | 2 | 456 | 137 | 106 |
| Binary | 11111011 | 1101010 | 11110101 | 0 | 111010 | 10 | 10 | 100101110 | 1011111 | 1000110 |
Color Harmonies of #FB6AF5
Complementary color
Monochromatic Colors of #FB6AF5
Black with #FB6AF5
Text Example
Text Example
White with #FB6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6AF5; }
p { color: rgb(251,106,245); }
H1.HeaderClassName
{
color: #FB6AF5;
}
.AnyTagClassName
{
color: #FB6AF5;
}
</style>
background-color css
<style>
a { background-color: #FB6AF5; }
a { background-color: rgb(251,106,245); }
div.DivClassName
{
background-color: #FB6AF5;
}
.BgClassName
{
background-color: #FB6AF5;
}
</style>
border-color css
<style>
span { border-color: #FB6AF5; }
span { border-color: rgb(251,106,245); }
td.TdClassName
{
border-color: #FB6AF5;
}
.TagClassName
{
border-color: #FB6AF5;
}
</style>