Shades of Pink Flamingo #FB67F0
Tints of Pink Flamingo #FB67F0
RGB
CMYK
RGB Variations
Color information
#FB67F0 (or 0xFB67F0) is known color: Pink Flamingo. HEX triplet: FB, 67 and F0. RGB value is (251,103,240). Sum of RGB (Red+Green+Blue) = 251+103+240=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67F0 is #04980F. Grayscale: #A2A2A2. Windows color (decimal): -301072 or 15755259. OLE color: 15755259.
HSL color Cylindrical-coordinate representation of color #FB67F0: hue angle of 304.46º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67F0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 240 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 304.46º | 0.95% | 0.69% | - |
| HSV(B) | 304.46º | 0.59% | 0.98% | - |
| XYZ | 60.36 | 36.5 | 86.3 | - |
| YUV | 162.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 240 | 0 | 0.59 | 0.04 | 0.02 | 304.46 | 0.95 | 0.69 |
| Hex | FB | 67 | F0 | 0 | 3B | 4 | 2 | 130 | 5F | 45 |
| Octal | 373 | 147 | 360 | 0 | 73 | 4 | 2 | 460 | 137 | 105 |
| Binary | 11111011 | 1100111 | 11110000 | 0 | 111011 | 100 | 10 | 100110000 | 1011111 | 1000101 |
Color Harmonies of #FB67F0
Complementary color
Monochromatic Colors of #FB67F0
Black with #FB67F0
Text Example
Text Example
White with #FB67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67F0; }
p { color: rgb(251,103,240); }
H1.HeaderClassName
{
color: #FB67F0;
}
.AnyTagClassName
{
color: #FB67F0;
}
</style>
background-color css
<style>
a { background-color: #FB67F0; }
a { background-color: rgb(251,103,240); }
div.DivClassName
{
background-color: #FB67F0;
}
.BgClassName
{
background-color: #FB67F0;
}
</style>
border-color css
<style>
span { border-color: #FB67F0; }
span { border-color: rgb(251,103,240); }
td.TdClassName
{
border-color: #FB67F0;
}
.TagClassName
{
border-color: #FB67F0;
}
</style>