Shades of Pink Flamingo #FB65EA
Tints of Pink Flamingo #FB65EA
RGB
CMYK
RGB Variations
Color information
#FB65EA (or 0xFB65EA) is known color: Pink Flamingo. HEX triplet: FB, 65 and EA. RGB value is (251,101,234). Sum of RGB (Red+Green+Blue) = 251+101+234=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65EA is #049A15. Grayscale: #A0A0A0. Windows color (decimal): -301590 or 15361531. OLE color: 15361531.
HSL color Cylindrical-coordinate representation of color #FB65EA: hue angle of 306.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65EA is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 234 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.02 |
| HSL | 306.8º | 0.95% | 0.69% | - |
| HSV(B) | 306.8º | 0.6% | 0.98% | - |
| XYZ | 59.29 | 35.76 | 81.62 | - |
| YUV | 161.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 234 | 0 | 0.60 | 0.07 | 0.02 | 306.8 | 0.95 | 0.69 |
| Hex | FB | 65 | EA | 0 | 3C | 7 | 2 | 133 | 5F | 45 |
| Octal | 373 | 145 | 352 | 0 | 74 | 7 | 2 | 463 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11101010 | 0 | 111100 | 111 | 10 | 100110011 | 1011111 | 1000101 |
Color Harmonies of #FB65EA
Complementary color
Monochromatic Colors of #FB65EA
Black with #FB65EA
Text Example
Text Example
White with #FB65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65EA; }
p { color: rgb(251,101,234); }
H1.HeaderClassName
{
color: #FB65EA;
}
.AnyTagClassName
{
color: #FB65EA;
}
</style>
background-color css
<style>
a { background-color: #FB65EA; }
a { background-color: rgb(251,101,234); }
div.DivClassName
{
background-color: #FB65EA;
}
.BgClassName
{
background-color: #FB65EA;
}
</style>
border-color css
<style>
span { border-color: #FB65EA; }
span { border-color: rgb(251,101,234); }
td.TdClassName
{
border-color: #FB65EA;
}
.TagClassName
{
border-color: #FB65EA;
}
</style>