Shades of Pink Flamingo #FB65ED
Tints of Pink Flamingo #FB65ED
RGB
CMYK
RGB Variations
Color information
#FB65ED (or 0xFB65ED) is known color: Pink Flamingo. HEX triplet: FB, 65 and ED. RGB value is (251,101,237). Sum of RGB (Red+Green+Blue) = 251+101+237=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65ED is #049A12. Grayscale: #A0A0A0. Windows color (decimal): -301587 or 15558139. OLE color: 15558139.
HSL color Cylindrical-coordinate representation of color #FB65ED: hue angle of 305.6º 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 #FB65ED is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 237 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.02 |
| HSL | 305.6º | 0.95% | 0.69% | - |
| HSV(B) | 305.6º | 0.6% | 0.98% | - |
| XYZ | 59.72 | 35.93 | 83.91 | - |
| YUV | 161.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 237 | 0 | 0.60 | 0.06 | 0.02 | 305.6 | 0.95 | 0.69 |
| Hex | FB | 65 | ED | 0 | 3C | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 145 | 355 | 0 | 74 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11101101 | 0 | 111100 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB65ED
Complementary color
Monochromatic Colors of #FB65ED
Black with #FB65ED
Text Example
Text Example
White with #FB65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65ED; }
p { color: rgb(251,101,237); }
H1.HeaderClassName
{
color: #FB65ED;
}
.AnyTagClassName
{
color: #FB65ED;
}
</style>
background-color css
<style>
a { background-color: #FB65ED; }
a { background-color: rgb(251,101,237); }
div.DivClassName
{
background-color: #FB65ED;
}
.BgClassName
{
background-color: #FB65ED;
}
</style>
border-color css
<style>
span { border-color: #FB65ED; }
span { border-color: rgb(251,101,237); }
td.TdClassName
{
border-color: #FB65ED;
}
.TagClassName
{
border-color: #FB65ED;
}
</style>