Shades of Pink Flamingo #FF4AFF
Tints of Pink Flamingo #FF4AFF
RGB
CMYK
RGB Variations
Color information
#FF4AFF (or 0xFF4AFF) is known color: Pink Flamingo. HEX triplet: FF, 4A and FF. RGB value is (255,74,255). Sum of RGB (Red+Green+Blue) = 255+74+255=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 74 (29.30% from 255 or 12.67% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AFF is #00B500. Grayscale: #949494. Windows color (decimal): -46337 or 16730879. OLE color: 16730879.
HSL color Cylindrical-coordinate representation of color #FF4AFF: hue angle of 300º 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 #FF4AFF is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 255 | - |
| CMYK | 0 | 0.71 | 0 | 0 |
| HSL | 300º | 1% | 0.65% | - |
| HSV(B) | 300º | 0.71% | 1% | - |
| XYZ | 61.74 | 33.38 | 97.8 | - |
| YUV | 148.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 255 | 0 | 0.71 | 0 | 0 | 300 | 1 | 0.65 |
| Hex | FF | 4A | FF | 0 | 47 | 0 | 0 | 12C | 64 | 41 |
| Octal | 377 | 112 | 377 | 0 | 107 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11111111 | 0 | 1000111 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FF4AFF
Complementary color
Monochromatic Colors of #FF4AFF
Black with #FF4AFF
Text Example
Text Example
White with #FF4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AFF; }
p { color: rgb(255,74,255); }
H1.HeaderClassName
{
color: #FF4AFF;
}
.AnyTagClassName
{
color: #FF4AFF;
}
</style>
background-color css
<style>
a { background-color: #FF4AFF; }
a { background-color: rgb(255,74,255); }
div.DivClassName
{
background-color: #FF4AFF;
}
.BgClassName
{
background-color: #FF4AFF;
}
</style>
border-color css
<style>
span { border-color: #FF4AFF; }
span { border-color: rgb(255,74,255); }
td.TdClassName
{
border-color: #FF4AFF;
}
.TagClassName
{
border-color: #FF4AFF;
}
</style>