Shades of Pink Flamingo #FF4FEB
Tints of Pink Flamingo #FF4FEB
RGB
CMYK
RGB Variations
Color information
#FF4FEB (or 0xFF4FEB) is known color: Pink Flamingo. HEX triplet: FF, 4F and EB. RGB value is (255,79,235). Sum of RGB (Red+Green+Blue) = 255+79+235=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FEB is #00B014. Grayscale: #949494. Windows color (decimal): -45077 or 15421439. OLE color: 15421439.
HSL color Cylindrical-coordinate representation of color #FF4FEB: hue angle of 306.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FEB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 235 | - |
| CMYK | 0 | 0.69 | 0.08 | 0 |
| HSL | 306.82º | 1% | 0.65% | - |
| HSV(B) | 306.82º | 0.69% | 1% | - |
| XYZ | 59.03 | 32.85 | 81.83 | - |
| YUV | 149.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 235 | 0 | 0.69 | 0.08 | 0 | 306.82 | 1 | 0.65 |
| Hex | FF | 4F | EB | 0 | 45 | 8 | 0 | 133 | 64 | 41 |
| Octal | 377 | 117 | 353 | 0 | 105 | 10 | 0 | 463 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11101011 | 0 | 1000101 | 1000 | 0 | 100110011 | 1100100 | 1000001 |
Color Harmonies of #FF4FEB
Complementary color
Monochromatic Colors of #FF4FEB
Black with #FF4FEB
Text Example
Text Example
White with #FF4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FEB; }
p { color: rgb(255,79,235); }
H1.HeaderClassName
{
color: #FF4FEB;
}
.AnyTagClassName
{
color: #FF4FEB;
}
</style>
background-color css
<style>
a { background-color: #FF4FEB; }
a { background-color: rgb(255,79,235); }
div.DivClassName
{
background-color: #FF4FEB;
}
.BgClassName
{
background-color: #FF4FEB;
}
</style>
border-color css
<style>
span { border-color: #FF4FEB; }
span { border-color: rgb(255,79,235); }
td.TdClassName
{
border-color: #FF4FEB;
}
.TagClassName
{
border-color: #FF4FEB;
}
</style>