Shades of Pink Flamingo #FF4AF4
Tints of Pink Flamingo #FF4AF4
RGB
CMYK
RGB Variations
Color information
#FF4AF4 (or 0xFF4AF4) is known color: Pink Flamingo. HEX triplet: FF, 4A and F4. RGB value is (255,74,244). Sum of RGB (Red+Green+Blue) = 255+74+244=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AF4 is #00B50B. Grayscale: #939393. Windows color (decimal): -46348 or 16009983. OLE color: 16009983.
HSL color Cylindrical-coordinate representation of color #FF4AF4: hue angle of 303.65º 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 #FF4AF4 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 244 | - |
| CMYK | 0 | 0.71 | 0.04 | 0 |
| HSL | 303.65º | 1% | 0.65% | - |
| HSV(B) | 303.65º | 0.71% | 1% | - |
| XYZ | 60.02 | 32.69 | 88.73 | - |
| YUV | 147.5 | 182.47 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 244 | 0 | 0.71 | 0.04 | 0 | 303.65 | 1 | 0.65 |
| Hex | FF | 4A | F4 | 0 | 47 | 4 | 0 | 130 | 64 | 41 |
| Octal | 377 | 112 | 364 | 0 | 107 | 4 | 0 | 460 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11110100 | 0 | 1000111 | 100 | 0 | 100110000 | 1100100 | 1000001 |
Color Harmonies of #FF4AF4
Complementary color
Monochromatic Colors of #FF4AF4
Black with #FF4AF4
Text Example
Text Example
White with #FF4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AF4; }
p { color: rgb(255,74,244); }
H1.HeaderClassName
{
color: #FF4AF4;
}
.AnyTagClassName
{
color: #FF4AF4;
}
</style>
background-color css
<style>
a { background-color: #FF4AF4; }
a { background-color: rgb(255,74,244); }
div.DivClassName
{
background-color: #FF4AF4;
}
.BgClassName
{
background-color: #FF4AF4;
}
</style>
border-color css
<style>
span { border-color: #FF4AF4; }
span { border-color: rgb(255,74,244); }
td.TdClassName
{
border-color: #FF4AF4;
}
.TagClassName
{
border-color: #FF4AF4;
}
</style>