Shades of Pink Flamingo #FB5AFE
Tints of Pink Flamingo #FB5AFE
RGB
CMYK
RGB Variations
Color information
#FB5AFE (or 0xFB5AFE) is known color: Pink Flamingo. HEX triplet: FB, 5A and FE. RGB value is (251,90,254). Sum of RGB (Red+Green+Blue) = 251+90+254=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 90 (35.55% from 255 or 15.13% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AFE is #04A501. Grayscale: #9C9C9C. Windows color (decimal): -304386 or 16669435. OLE color: 16669435.
HSL color Cylindrical-coordinate representation of color #FB5AFE: hue angle of 298.9º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5AFE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 90 | 254 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.00 |
| HSL | 298.9º | 0.99% | 0.67% | - |
| HSV(B) | 298.9º | 0.65% | 1% | - |
| XYZ | 61.33 | 34.98 | 97.28 | - |
| YUV | 156.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 254 | 0.01 | 0.65 | 0 | 0.00 | 298.9 | 0.99 | 0.67 |
| Hex | FB | 5A | FE | 1 | 41 | 0 | 0 | 12B | 63 | 43 |
| Octal | 373 | 132 | 376 | 1 | 101 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111011 | 1011010 | 11111110 | 1 | 1000001 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FB5AFE
Complementary color
Monochromatic Colors of #FB5AFE
Black with #FB5AFE
Text Example
Text Example
White with #FB5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AFE; }
p { color: rgb(251,90,254); }
H1.HeaderClassName
{
color: #FB5AFE;
}
.AnyTagClassName
{
color: #FB5AFE;
}
</style>
background-color css
<style>
a { background-color: #FB5AFE; }
a { background-color: rgb(251,90,254); }
div.DivClassName
{
background-color: #FB5AFE;
}
.BgClassName
{
background-color: #FB5AFE;
}
</style>
border-color css
<style>
span { border-color: #FB5AFE; }
span { border-color: rgb(251,90,254); }
td.TdClassName
{
border-color: #FB5AFE;
}
.TagClassName
{
border-color: #FB5AFE;
}
</style>