Shades of Pink Flamingo #F36AF1
Tints of Pink Flamingo #F36AF1
RGB
CMYK
RGB Variations
Color information
#F36AF1 (or 0xF36AF1) is known color: Pink Flamingo. HEX triplet: F3, 6A and F1. RGB value is (243,106,241). Sum of RGB (Red+Green+Blue) = 243+106+241=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F36AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F36AF1 is #0C950E. Grayscale: #A1A1A1. Windows color (decimal): -824591 or 15821555. OLE color: 15821555.
HSL color Cylindrical-coordinate representation of color #F36AF1: hue angle of 300.88º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36AF1 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 106 | 241 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.05 |
| HSL | 300.88º | 0.85% | 0.68% | - |
| HSV(B) | 300.88º | 0.56% | 0.95% | - |
| XYZ | 57.99 | 35.71 | 87.06 | - |
| YUV | 162.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 106 | 241 | 0 | 0.56 | 0.01 | 0.05 | 300.88 | 0.85 | 0.68 |
| Hex | F3 | 6A | F1 | 0 | 38 | 1 | 5 | 12D | 55 | 44 |
| Octal | 363 | 152 | 361 | 0 | 70 | 1 | 5 | 455 | 125 | 104 |
| Binary | 11110011 | 1101010 | 11110001 | 0 | 111000 | 1 | 101 | 100101101 | 1010101 | 1000100 |
Color Harmonies of #F36AF1
Complementary color
Monochromatic Colors of #F36AF1
Black with #F36AF1
Text Example
Text Example
White with #F36AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36AF1; }
p { color: rgb(243,106,241); }
H1.HeaderClassName
{
color: #F36AF1;
}
.AnyTagClassName
{
color: #F36AF1;
}
</style>
background-color css
<style>
a { background-color: #F36AF1; }
a { background-color: rgb(243,106,241); }
div.DivClassName
{
background-color: #F36AF1;
}
.BgClassName
{
background-color: #F36AF1;
}
</style>
border-color css
<style>
span { border-color: #F36AF1; }
span { border-color: rgb(243,106,241); }
td.TdClassName
{
border-color: #F36AF1;
}
.TagClassName
{
border-color: #F36AF1;
}
</style>