Shades of Pink Flamingo #F364FF
Tints of Pink Flamingo #F364FF
RGB
CMYK
RGB Variations
Color information
#F364FF (or 0xF364FF) is known color: Pink Flamingo. HEX triplet: F3, 64 and FF. RGB value is (243,100,255). Sum of RGB (Red+Green+Blue) = 243+100+255=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 100 (39.45% from 255 or 16.72% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F364FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364FF is #0C9B00. Grayscale: #9F9F9F. Windows color (decimal): -826113 or 16737523. OLE color: 16737523.
HSL color Cylindrical-coordinate representation of color #F364FF: hue angle of 295.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F364FF is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 100 | 255 | - |
| CMYK | 0.05 | 0.61 | 0 | 0 |
| HSL | 295.35º | 1% | 0.7% | - |
| HSV(B) | 295.35º | 0.61% | 1% | - |
| XYZ | 59.57 | 35.39 | 98.3 | - |
| YUV | 160.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 255 | 0.05 | 0.61 | 0 | 0 | 295.35 | 1 | 0.7 |
| Hex | F3 | 64 | FF | 5 | 3D | 0 | 0 | 127 | 64 | 46 |
| Octal | 363 | 144 | 377 | 5 | 75 | 0 | 0 | 447 | 144 | 106 |
| Binary | 11110011 | 1100100 | 11111111 | 101 | 111101 | 0 | 0 | 100100111 | 1100100 | 1000110 |
Color Harmonies of #F364FF
Complementary color
Monochromatic Colors of #F364FF
Black with #F364FF
Text Example
Text Example
White with #F364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364FF; }
p { color: rgb(243,100,255); }
H1.HeaderClassName
{
color: #F364FF;
}
.AnyTagClassName
{
color: #F364FF;
}
</style>
background-color css
<style>
a { background-color: #F364FF; }
a { background-color: rgb(243,100,255); }
div.DivClassName
{
background-color: #F364FF;
}
.BgClassName
{
background-color: #F364FF;
}
</style>
border-color css
<style>
span { border-color: #F364FF; }
span { border-color: rgb(243,100,255); }
td.TdClassName
{
border-color: #F364FF;
}
.TagClassName
{
border-color: #F364FF;
}
</style>