Shades of Pink Flamingo #FB65F5
Tints of Pink Flamingo #FB65F5
RGB
CMYK
RGB Variations
Color information
#FB65F5 (or 0xFB65F5) is known color: Pink Flamingo. HEX triplet: FB, 65 and F5. RGB value is (251,101,245). Sum of RGB (Red+Green+Blue) = 251+101+245=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB65F5 is #049A0A. Grayscale: #A1A1A1. Windows color (decimal): -301579 or 16082427. OLE color: 16082427.
HSL color Cylindrical-coordinate representation of color #FB65F5: hue angle of 302.4º 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 #FB65F5 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 245 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.02 |
| HSL | 302.4º | 0.95% | 0.69% | - |
| HSV(B) | 302.4º | 0.6% | 0.98% | - |
| XYZ | 60.92 | 36.41 | 90.2 | - |
| YUV | 162.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 245 | 0 | 0.60 | 0.02 | 0.02 | 302.4 | 0.95 | 0.69 |
| Hex | FB | 65 | F5 | 0 | 3C | 2 | 2 | 12E | 5F | 45 |
| Octal | 373 | 145 | 365 | 0 | 74 | 2 | 2 | 456 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11110101 | 0 | 111100 | 10 | 10 | 100101110 | 1011111 | 1000101 |
Color Harmonies of #FB65F5
Complementary color
Monochromatic Colors of #FB65F5
Black with #FB65F5
Text Example
Text Example
White with #FB65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65F5; }
p { color: rgb(251,101,245); }
H1.HeaderClassName
{
color: #FB65F5;
}
.AnyTagClassName
{
color: #FB65F5;
}
</style>
background-color css
<style>
a { background-color: #FB65F5; }
a { background-color: rgb(251,101,245); }
div.DivClassName
{
background-color: #FB65F5;
}
.BgClassName
{
background-color: #FB65F5;
}
</style>
border-color css
<style>
span { border-color: #FB65F5; }
span { border-color: rgb(251,101,245); }
td.TdClassName
{
border-color: #FB65F5;
}
.TagClassName
{
border-color: #FB65F5;
}
</style>