Shades of Pink Flamingo #FF4AFA
Tints of Pink Flamingo #FF4AFA
RGB
CMYK
RGB Variations
Color information
#FF4AFA (or 0xFF4AFA) is known color: Pink Flamingo. HEX triplet: FF, 4A and FA. RGB value is (255,74,250). Sum of RGB (Red+Green+Blue) = 255+74+250=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 74 (29.30% from 255 or 12.78% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AFA is #00B505. Grayscale: #939393. Windows color (decimal): -46342 or 16403199. OLE color: 16403199.
HSL color Cylindrical-coordinate representation of color #FF4AFA: hue angle of 301.66º 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 #FF4AFA is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 250 | - |
| CMYK | 0 | 0.71 | 0.02 | 0 |
| HSL | 301.66º | 1% | 0.65% | - |
| HSV(B) | 301.66º | 0.71% | 1% | - |
| XYZ | 60.94 | 33.06 | 93.61 | - |
| YUV | 148.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 250 | 0 | 0.71 | 0.02 | 0 | 301.66 | 1 | 0.65 |
| Hex | FF | 4A | FA | 0 | 47 | 2 | 0 | 12E | 64 | 41 |
| Octal | 377 | 112 | 372 | 0 | 107 | 2 | 0 | 456 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11111010 | 0 | 1000111 | 10 | 0 | 100101110 | 1100100 | 1000001 |
Color Harmonies of #FF4AFA
Complementary color
Monochromatic Colors of #FF4AFA
Black with #FF4AFA
Text Example
Text Example
White with #FF4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AFA; }
p { color: rgb(255,74,250); }
H1.HeaderClassName
{
color: #FF4AFA;
}
.AnyTagClassName
{
color: #FF4AFA;
}
</style>
background-color css
<style>
a { background-color: #FF4AFA; }
a { background-color: rgb(255,74,250); }
div.DivClassName
{
background-color: #FF4AFA;
}
.BgClassName
{
background-color: #FF4AFA;
}
</style>
border-color css
<style>
span { border-color: #FF4AFA; }
span { border-color: rgb(255,74,250); }
td.TdClassName
{
border-color: #FF4AFA;
}
.TagClassName
{
border-color: #FF4AFA;
}
</style>