Shades of Pink Flamingo #FB4AF1
Tints of Pink Flamingo #FB4AF1
RGB
CMYK
RGB Variations
Color information
#FB4AF1 (or 0xFB4AF1) is known color: Pink Flamingo. HEX triplet: FB, 4A and F1. RGB value is (251,74,241). Sum of RGB (Red+Green+Blue) = 251+74+241=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF1 is #04B50E. Grayscale: #919191. Windows color (decimal): -308495 or 15813371. OLE color: 15813371.
HSL color Cylindrical-coordinate representation of color #FB4AF1: hue angle of 303.39º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AF1 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 241 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.02 |
| HSL | 303.39º | 0.96% | 0.64% | - |
| HSV(B) | 303.39º | 0.71% | 0.98% | - |
| XYZ | 58.11 | 31.76 | 86.29 | - |
| YUV | 145.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 241 | 0 | 0.71 | 0.04 | 0.02 | 303.39 | 0.96 | 0.64 |
| Hex | FB | 4A | F1 | 0 | 47 | 4 | 2 | 12F | 60 | 40 |
| Octal | 373 | 112 | 361 | 0 | 107 | 4 | 2 | 457 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11110001 | 0 | 1000111 | 100 | 10 | 100101111 | 1100000 | 1000000 |
Color Harmonies of #FB4AF1
Complementary color
Monochromatic Colors of #FB4AF1
Black with #FB4AF1
Text Example
Text Example
White with #FB4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AF1; }
p { color: rgb(251,74,241); }
H1.HeaderClassName
{
color: #FB4AF1;
}
.AnyTagClassName
{
color: #FB4AF1;
}
</style>
background-color css
<style>
a { background-color: #FB4AF1; }
a { background-color: rgb(251,74,241); }
div.DivClassName
{
background-color: #FB4AF1;
}
.BgClassName
{
background-color: #FB4AF1;
}
</style>
border-color css
<style>
span { border-color: #FB4AF1; }
span { border-color: rgb(251,74,241); }
td.TdClassName
{
border-color: #FB4AF1;
}
.TagClassName
{
border-color: #FB4AF1;
}
</style>