Shades of Pink Flamingo #F365FE
Tints of Pink Flamingo #F365FE
RGB
CMYK
RGB Variations
Color information
#F365FE (or 0xF365FE) is known color: Pink Flamingo. HEX triplet: F3, 65 and FE. RGB value is (243,101,254). Sum of RGB (Red+Green+Blue) = 243+101+254=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 101 (39.84% from 255 or 16.89% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #F365FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365FE is #0C9A01. Grayscale: #A0A0A0. Windows color (decimal): -825858 or 16672243. OLE color: 16672243.
HSL color Cylindrical-coordinate representation of color #F365FE: hue angle of 295.69º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F365FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 101 | 254 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.00 |
| HSL | 295.69º | 0.99% | 0.7% | - |
| HSV(B) | 295.69º | 0.6% | 1% | - |
| XYZ | 59.51 | 35.52 | 97.49 | - |
| YUV | 160.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 254 | 0.04 | 0.60 | 0 | 0.00 | 295.69 | 0.99 | 0.7 |
| Hex | F3 | 65 | FE | 4 | 3C | 0 | 0 | 128 | 63 | 46 |
| Octal | 363 | 145 | 376 | 4 | 74 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110011 | 1100101 | 11111110 | 100 | 111100 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F365FE
Complementary color
Monochromatic Colors of #F365FE
Black with #F365FE
Text Example
Text Example
White with #F365FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365FE; }
p { color: rgb(243,101,254); }
H1.HeaderClassName
{
color: #F365FE;
}
.AnyTagClassName
{
color: #F365FE;
}
</style>
background-color css
<style>
a { background-color: #F365FE; }
a { background-color: rgb(243,101,254); }
div.DivClassName
{
background-color: #F365FE;
}
.BgClassName
{
background-color: #F365FE;
}
</style>
border-color css
<style>
span { border-color: #F365FE; }
span { border-color: rgb(243,101,254); }
td.TdClassName
{
border-color: #F365FE;
}
.TagClassName
{
border-color: #F365FE;
}
</style>