Shades of Pink Flamingo #F13AFF
Tints of Pink Flamingo #F13AFF
RGB
CMYK
RGB Variations
Color information
#F13AFF (or 0xF13AFF) is known color: Pink Flamingo. HEX triplet: F1, 3A and FF. RGB value is (241,58,255). Sum of RGB (Red+Green+Blue) = 241+58+255=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 58 (23.05% from 255 or 10.47% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #F13AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13AFF is #0EC500. Grayscale: #868686. Windows color (decimal): -967937 or 16726769. OLE color: 16726769.
HSL color Cylindrical-coordinate representation of color #F13AFF: hue angle of 295.74º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13AFF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 58 | 255 | - |
| CMYK | 0.05 | 0.77 | 0 | 0 |
| HSL | 295.74º | 1% | 0.61% | - |
| HSV(B) | 295.74º | 0.77% | 1% | - |
| XYZ | 55.84 | 28.95 | 97.25 | - |
| YUV | 135.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 255 | 0.05 | 0.77 | 0 | 0 | 295.74 | 1 | 0.61 |
| Hex | F1 | 3A | FF | 5 | 4D | 0 | 0 | 128 | 64 | 3D |
| Octal | 361 | 72 | 377 | 5 | 115 | 0 | 0 | 450 | 144 | 75 |
| Binary | 11110001 | 111010 | 11111111 | 101 | 1001101 | 0 | 0 | 100101000 | 1100100 | 111101 |
Color Harmonies of #F13AFF
Complementary color
Monochromatic Colors of #F13AFF
Black with #F13AFF
Text Example
Text Example
White with #F13AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AFF; }
p { color: rgb(241,58,255); }
H1.HeaderClassName
{
color: #F13AFF;
}
.AnyTagClassName
{
color: #F13AFF;
}
</style>
background-color css
<style>
a { background-color: #F13AFF; }
a { background-color: rgb(241,58,255); }
div.DivClassName
{
background-color: #F13AFF;
}
.BgClassName
{
background-color: #F13AFF;
}
</style>
border-color css
<style>
span { border-color: #F13AFF; }
span { border-color: rgb(241,58,255); }
td.TdClassName
{
border-color: #F13AFF;
}
.TagClassName
{
border-color: #F13AFF;
}
</style>