Shades of Pink Flamingo #F13DFF
Tints of Pink Flamingo #F13DFF
RGB
CMYK
RGB Variations
Color information
#F13DFF (or 0xF13DFF) is known color: Pink Flamingo. HEX triplet: F1, 3D and FF. RGB value is (241,61,255). Sum of RGB (Red+Green+Blue) = 241+61+255=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 61 (24.22% from 255 or 10.95% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F13DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13DFF is #0EC200. Grayscale: #888888. Windows color (decimal): -967169 or 16727537. OLE color: 16727537.
HSL color Cylindrical-coordinate representation of color #F13DFF: hue angle of 295.67º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13DFF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 61 | 255 | - |
| CMYK | 0.05 | 0.76 | 0 | 0 |
| HSL | 295.67º | 1% | 0.62% | - |
| HSV(B) | 295.67º | 0.76% | 1% | - |
| XYZ | 55.99 | 29.26 | 97.3 | - |
| YUV | 136.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 255 | 0.05 | 0.76 | 0 | 0 | 295.67 | 1 | 0.62 |
| Hex | F1 | 3D | FF | 5 | 4C | 0 | 0 | 128 | 64 | 3E |
| Octal | 361 | 75 | 377 | 5 | 114 | 0 | 0 | 450 | 144 | 76 |
| Binary | 11110001 | 111101 | 11111111 | 101 | 1001100 | 0 | 0 | 100101000 | 1100100 | 111110 |
Color Harmonies of #F13DFF
Complementary color
Monochromatic Colors of #F13DFF
Black with #F13DFF
Text Example
Text Example
White with #F13DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13DFF; }
p { color: rgb(241,61,255); }
H1.HeaderClassName
{
color: #F13DFF;
}
.AnyTagClassName
{
color: #F13DFF;
}
</style>
background-color css
<style>
a { background-color: #F13DFF; }
a { background-color: rgb(241,61,255); }
div.DivClassName
{
background-color: #F13DFF;
}
.BgClassName
{
background-color: #F13DFF;
}
</style>
border-color css
<style>
span { border-color: #F13DFF; }
span { border-color: rgb(241,61,255); }
td.TdClassName
{
border-color: #F13DFF;
}
.TagClassName
{
border-color: #F13DFF;
}
</style>