Shades of Pink Flamingo #F15AFD
Tints of Pink Flamingo #F15AFD
RGB
CMYK
RGB Variations
Color information
#F15AFD (or 0xF15AFD) is known color: Pink Flamingo. HEX triplet: F1, 5A and FD. RGB value is (241,90,253). Sum of RGB (Red+Green+Blue) = 241+90+253=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #F15AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AFD is #0EA502. Grayscale: #999999. Windows color (decimal): -959747 or 16603889. OLE color: 16603889.
HSL color Cylindrical-coordinate representation of color #F15AFD: hue angle of 295.58º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15AFD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 90 | 253 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.01 |
| HSL | 295.58º | 0.98% | 0.67% | - |
| HSV(B) | 295.58º | 0.64% | 0.99% | - |
| XYZ | 57.66 | 33.1 | 96.28 | - |
| YUV | 153.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 253 | 0.05 | 0.64 | 0 | 0.01 | 295.58 | 0.98 | 0.67 |
| Hex | F1 | 5A | FD | 5 | 40 | 0 | 1 | 128 | 62 | 43 |
| Octal | 361 | 132 | 375 | 5 | 100 | 0 | 1 | 450 | 142 | 103 |
| Binary | 11110001 | 1011010 | 11111101 | 101 | 1000000 | 0 | 1 | 100101000 | 1100010 | 1000011 |
Color Harmonies of #F15AFD
Complementary color
Monochromatic Colors of #F15AFD
Black with #F15AFD
Text Example
Text Example
White with #F15AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AFD; }
p { color: rgb(241,90,253); }
H1.HeaderClassName
{
color: #F15AFD;
}
.AnyTagClassName
{
color: #F15AFD;
}
</style>
background-color css
<style>
a { background-color: #F15AFD; }
a { background-color: rgb(241,90,253); }
div.DivClassName
{
background-color: #F15AFD;
}
.BgClassName
{
background-color: #F15AFD;
}
</style>
border-color css
<style>
span { border-color: #F15AFD; }
span { border-color: rgb(241,90,253); }
td.TdClassName
{
border-color: #F15AFD;
}
.TagClassName
{
border-color: #F15AFD;
}
</style>