Shades of Pink Flamingo #FF4FF8
Tints of Pink Flamingo #FF4FF8
RGB
CMYK
RGB Variations
Color information
#FF4FF8 (or 0xFF4FF8) is known color: Pink Flamingo. HEX triplet: FF, 4F and F8. RGB value is (255,79,248). Sum of RGB (Red+Green+Blue) = 255+79+248=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 79 (31.25% from 255 or 13.57% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FF8 is #00B007. Grayscale: #969696. Windows color (decimal): -45064 or 16273407. OLE color: 16273407.
HSL color Cylindrical-coordinate representation of color #FF4FF8: hue angle of 302.39º 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 #FF4FF8 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 248 | - |
| CMYK | 0 | 0.69 | 0.03 | 0 |
| HSL | 302.39º | 1% | 0.65% | - |
| HSV(B) | 302.39º | 0.69% | 1% | - |
| XYZ | 60.98 | 33.63 | 92.08 | - |
| YUV | 150.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 248 | 0 | 0.69 | 0.03 | 0 | 302.39 | 1 | 0.65 |
| Hex | FF | 4F | F8 | 0 | 45 | 3 | 0 | 12E | 64 | 41 |
| Octal | 377 | 117 | 370 | 0 | 105 | 3 | 0 | 456 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11111000 | 0 | 1000101 | 11 | 0 | 100101110 | 1100100 | 1000001 |
Color Harmonies of #FF4FF8
Complementary color
Monochromatic Colors of #FF4FF8
Black with #FF4FF8
Text Example
Text Example
White with #FF4FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FF8; }
p { color: rgb(255,79,248); }
H1.HeaderClassName
{
color: #FF4FF8;
}
.AnyTagClassName
{
color: #FF4FF8;
}
</style>
background-color css
<style>
a { background-color: #FF4FF8; }
a { background-color: rgb(255,79,248); }
div.DivClassName
{
background-color: #FF4FF8;
}
.BgClassName
{
background-color: #FF4FF8;
}
</style>
border-color css
<style>
span { border-color: #FF4FF8; }
span { border-color: rgb(255,79,248); }
td.TdClassName
{
border-color: #FF4FF8;
}
.TagClassName
{
border-color: #FF4FF8;
}
</style>