Shades of Pink Flamingo #F360FF
Tints of Pink Flamingo #F360FF
RGB
CMYK
RGB Variations
Color information
#F360FF (or 0xF360FF) is known color: Pink Flamingo. HEX triplet: F3, 60 and FF. RGB value is (243,96,255). Sum of RGB (Red+Green+Blue) = 243+96+255=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 96 (37.89% from 255 or 16.16% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F360FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F360FF is #0C9F00. Grayscale: #9D9D9D. Windows color (decimal): -827137 or 16736499. OLE color: 16736499.
HSL color Cylindrical-coordinate representation of color #F360FF: hue angle of 295.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F360FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 96 | 255 | - |
| CMYK | 0.05 | 0.62 | 0 | 0 |
| HSL | 295.47º | 1% | 0.69% | - |
| HSV(B) | 295.47º | 0.62% | 1% | - |
| XYZ | 59.2 | 34.64 | 98.17 | - |
| YUV | 158.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 255 | 0.05 | 0.62 | 0 | 0 | 295.47 | 1 | 0.69 |
| Hex | F3 | 60 | FF | 5 | 3E | 0 | 0 | 127 | 64 | 45 |
| Octal | 363 | 140 | 377 | 5 | 76 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110011 | 1100000 | 11111111 | 101 | 111110 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F360FF
Complementary color
Monochromatic Colors of #F360FF
Black with #F360FF
Text Example
Text Example
White with #F360FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360FF; }
p { color: rgb(243,96,255); }
H1.HeaderClassName
{
color: #F360FF;
}
.AnyTagClassName
{
color: #F360FF;
}
</style>
background-color css
<style>
a { background-color: #F360FF; }
a { background-color: rgb(243,96,255); }
div.DivClassName
{
background-color: #F360FF;
}
.BgClassName
{
background-color: #F360FF;
}
</style>
border-color css
<style>
span { border-color: #F360FF; }
span { border-color: rgb(243,96,255); }
td.TdClassName
{
border-color: #F360FF;
}
.TagClassName
{
border-color: #F360FF;
}
</style>