Shades of Pink Flamingo #FF4AF6
Tints of Pink Flamingo #FF4AF6
RGB
CMYK
RGB Variations
Color information
#FF4AF6 (or 0xFF4AF6) is known color: Pink Flamingo. HEX triplet: FF, 4A and F6. RGB value is (255,74,246). Sum of RGB (Red+Green+Blue) = 255+74+246=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 74 (29.30% from 255 or 12.87% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AF6 is #00B509. Grayscale: #939393. Windows color (decimal): -46346 or 16141055. OLE color: 16141055.
HSL color Cylindrical-coordinate representation of color #FF4AF6: hue angle of 302.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4AF6 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 246 | - |
| CMYK | 0 | 0.71 | 0.04 | 0 |
| HSL | 302.98º | 1% | 0.65% | - |
| HSV(B) | 302.98º | 0.71% | 1% | - |
| XYZ | 60.32 | 32.81 | 90.34 | - |
| YUV | 147.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 246 | 0 | 0.71 | 0.04 | 0 | 302.98 | 1 | 0.65 |
| Hex | FF | 4A | F6 | 0 | 47 | 4 | 0 | 12F | 64 | 41 |
| Octal | 377 | 112 | 366 | 0 | 107 | 4 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11110110 | 0 | 1000111 | 100 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4AF6
Complementary color
Monochromatic Colors of #FF4AF6
Black with #FF4AF6
Text Example
Text Example
White with #FF4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AF6; }
p { color: rgb(255,74,246); }
H1.HeaderClassName
{
color: #FF4AF6;
}
.AnyTagClassName
{
color: #FF4AF6;
}
</style>
background-color css
<style>
a { background-color: #FF4AF6; }
a { background-color: rgb(255,74,246); }
div.DivClassName
{
background-color: #FF4AF6;
}
.BgClassName
{
background-color: #FF4AF6;
}
</style>
border-color css
<style>
span { border-color: #FF4AF6; }
span { border-color: rgb(255,74,246); }
td.TdClassName
{
border-color: #FF4AF6;
}
.TagClassName
{
border-color: #FF4AF6;
}
</style>