Shades of Pink Flamingo #FF4FFC
Tints of Pink Flamingo #FF4FFC
RGB
CMYK
RGB Variations
Color information
#FF4FFC (or 0xFF4FFC) is known color: Pink Flamingo. HEX triplet: FF, 4F and FC. RGB value is (255,79,252). Sum of RGB (Red+Green+Blue) = 255+79+252=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 79 (31.25% from 255 or 13.48% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FFC is #00B003. Grayscale: #969696. Windows color (decimal): -45060 or 16535551. OLE color: 16535551.
HSL color Cylindrical-coordinate representation of color #FF4FFC: hue angle of 301.02º 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 #FF4FFC is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 252 | - |
| CMYK | 0 | 0.69 | 0.01 | 0 |
| HSL | 301.02º | 1% | 0.65% | - |
| HSV(B) | 301.02º | 0.69% | 1% | - |
| XYZ | 61.61 | 33.88 | 95.39 | - |
| YUV | 151.35 | 184.81 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 252 | 0 | 0.69 | 0.01 | 0 | 301.02 | 1 | 0.65 |
| Hex | FF | 4F | FC | 0 | 45 | 1 | 0 | 12D | 64 | 41 |
| Octal | 377 | 117 | 374 | 0 | 105 | 1 | 0 | 455 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11111100 | 0 | 1000101 | 1 | 0 | 100101101 | 1100100 | 1000001 |
Color Harmonies of #FF4FFC
Complementary color
Monochromatic Colors of #FF4FFC
Black with #FF4FFC
Text Example
Text Example
White with #FF4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FFC; }
p { color: rgb(255,79,252); }
H1.HeaderClassName
{
color: #FF4FFC;
}
.AnyTagClassName
{
color: #FF4FFC;
}
</style>
background-color css
<style>
a { background-color: #FF4FFC; }
a { background-color: rgb(255,79,252); }
div.DivClassName
{
background-color: #FF4FFC;
}
.BgClassName
{
background-color: #FF4FFC;
}
</style>
border-color css
<style>
span { border-color: #FF4FFC; }
span { border-color: rgb(255,79,252); }
td.TdClassName
{
border-color: #FF4FFC;
}
.TagClassName
{
border-color: #FF4FFC;
}
</style>