Shades of Pink Flamingo #F35EFF
Tints of Pink Flamingo #F35EFF
RGB
CMYK
RGB Variations
Color information
#F35EFF (or 0xF35EFF) is known color: Pink Flamingo. HEX triplet: F3, 5E and FF. RGB value is (243,94,255). Sum of RGB (Red+Green+Blue) = 243+94+255=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #F35EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35EFF is #0CA100. Grayscale: #9C9C9C. Windows color (decimal): -827649 or 16735987. OLE color: 16735987.
HSL color Cylindrical-coordinate representation of color #F35EFF: hue angle of 295.53º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35EFF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 94 | 255 | - |
| CMYK | 0.05 | 0.63 | 0 | 0 |
| HSL | 295.53º | 1% | 0.68% | - |
| HSV(B) | 295.53º | 0.63% | 1% | - |
| XYZ | 59.01 | 34.28 | 98.11 | - |
| YUV | 156.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 255 | 0.05 | 0.63 | 0 | 0 | 295.53 | 1 | 0.68 |
| Hex | F3 | 5E | FF | 5 | 3F | 0 | 0 | 128 | 64 | 44 |
| Octal | 363 | 136 | 377 | 5 | 77 | 0 | 0 | 450 | 144 | 104 |
| Binary | 11110011 | 1011110 | 11111111 | 101 | 111111 | 0 | 0 | 100101000 | 1100100 | 1000100 |
Color Harmonies of #F35EFF
Complementary color
Monochromatic Colors of #F35EFF
Black with #F35EFF
Text Example
Text Example
White with #F35EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35EFF; }
p { color: rgb(243,94,255); }
H1.HeaderClassName
{
color: #F35EFF;
}
.AnyTagClassName
{
color: #F35EFF;
}
</style>
background-color css
<style>
a { background-color: #F35EFF; }
a { background-color: rgb(243,94,255); }
div.DivClassName
{
background-color: #F35EFF;
}
.BgClassName
{
background-color: #F35EFF;
}
</style>
border-color css
<style>
span { border-color: #F35EFF; }
span { border-color: rgb(243,94,255); }
td.TdClassName
{
border-color: #F35EFF;
}
.TagClassName
{
border-color: #F35EFF;
}
</style>