Shades of Pink Flamingo #F368FF
Tints of Pink Flamingo #F368FF
RGB
CMYK
RGB Variations
Color information
#F368FF (or 0xF368FF) is known color: Pink Flamingo. HEX triplet: F3, 68 and FF. RGB value is (243,104,255). Sum of RGB (Red+Green+Blue) = 243+104+255=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 104 (41.02% from 255 or 17.28% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F368FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368FF is #0C9700. Grayscale: #A2A2A2. Windows color (decimal): -825089 or 16738547. OLE color: 16738547.
HSL color Cylindrical-coordinate representation of color #F368FF: hue angle of 295.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F368FF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 104 | 255 | - |
| CMYK | 0.05 | 0.59 | 0 | 0 |
| HSL | 295.23º | 1% | 0.7% | - |
| HSV(B) | 295.23º | 0.59% | 1% | - |
| XYZ | 59.96 | 36.18 | 98.43 | - |
| YUV | 162.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 255 | 0.05 | 0.59 | 0 | 0 | 295.23 | 1 | 0.7 |
| Hex | F3 | 68 | FF | 5 | 3B | 0 | 0 | 127 | 64 | 46 |
| Octal | 363 | 150 | 377 | 5 | 73 | 0 | 0 | 447 | 144 | 106 |
| Binary | 11110011 | 1101000 | 11111111 | 101 | 111011 | 0 | 0 | 100100111 | 1100100 | 1000110 |
Color Harmonies of #F368FF
Complementary color
Monochromatic Colors of #F368FF
Black with #F368FF
Text Example
Text Example
White with #F368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368FF; }
p { color: rgb(243,104,255); }
H1.HeaderClassName
{
color: #F368FF;
}
.AnyTagClassName
{
color: #F368FF;
}
</style>
background-color css
<style>
a { background-color: #F368FF; }
a { background-color: rgb(243,104,255); }
div.DivClassName
{
background-color: #F368FF;
}
.BgClassName
{
background-color: #F368FF;
}
</style>
border-color css
<style>
span { border-color: #F368FF; }
span { border-color: rgb(243,104,255); }
td.TdClassName
{
border-color: #F368FF;
}
.TagClassName
{
border-color: #F368FF;
}
</style>