Shades of Pink Flamingo #F360FE
Tints of Pink Flamingo #F360FE
RGB
CMYK
RGB Variations
Color information
#F360FE (or 0xF360FE) is known color: Pink Flamingo. HEX triplet: F3, 60 and FE. RGB value is (243,96,254). Sum of RGB (Red+Green+Blue) = 243+96+254=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 96 (37.89% from 255 or 16.19% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #F360FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F360FE is #0C9F01. Grayscale: #9D9D9D. Windows color (decimal): -827138 or 16670963. OLE color: 16670963.
HSL color Cylindrical-coordinate representation of color #F360FE: hue angle of 295.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F360FE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 96 | 254 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.00 |
| HSL | 295.82º | 0.99% | 0.69% | - |
| HSV(B) | 295.82º | 0.62% | 1% | - |
| XYZ | 59.03 | 34.58 | 97.33 | - |
| YUV | 157.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 254 | 0.04 | 0.62 | 0 | 0.00 | 295.82 | 0.99 | 0.69 |
| Hex | F3 | 60 | FE | 4 | 3E | 0 | 0 | 128 | 63 | 45 |
| Octal | 363 | 140 | 376 | 4 | 76 | 0 | 0 | 450 | 143 | 105 |
| Binary | 11110011 | 1100000 | 11111110 | 100 | 111110 | 0 | 0 | 100101000 | 1100011 | 1000101 |
Color Harmonies of #F360FE
Complementary color
Monochromatic Colors of #F360FE
Black with #F360FE
Text Example
Text Example
White with #F360FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360FE; }
p { color: rgb(243,96,254); }
H1.HeaderClassName
{
color: #F360FE;
}
.AnyTagClassName
{
color: #F360FE;
}
</style>
background-color css
<style>
a { background-color: #F360FE; }
a { background-color: rgb(243,96,254); }
div.DivClassName
{
background-color: #F360FE;
}
.BgClassName
{
background-color: #F360FE;
}
</style>
border-color css
<style>
span { border-color: #F360FE; }
span { border-color: rgb(243,96,254); }
td.TdClassName
{
border-color: #F360FE;
}
.TagClassName
{
border-color: #F360FE;
}
</style>