Shades of Pink Flamingo #F735FF
Tints of Pink Flamingo #F735FF
RGB
CMYK
RGB Variations
Color information
#F735FF (or 0xF735FF) is known color: Pink Flamingo. HEX triplet: F7, 35 and FF. RGB value is (247,53,255). Sum of RGB (Red+Green+Blue) = 247+53+255=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 53 (21.09% from 255 or 9.55% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #F735FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F735FF is #08CA00. Grayscale: #858585. Windows color (decimal): -576001 or 16725495. OLE color: 16725495.
HSL color Cylindrical-coordinate representation of color #F735FF: hue angle of 297.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735FF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 53 | 255 | - |
| CMYK | 0.03 | 0.79 | 0 | 0 |
| HSL | 297.62º | 1% | 0.6% | - |
| HSV(B) | 297.62º | 0.79% | 1% | - |
| XYZ | 57.68 | 29.54 | 97.27 | - |
| YUV | 134.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 255 | 0.03 | 0.79 | 0 | 0 | 297.62 | 1 | 0.6 |
| Hex | F7 | 35 | FF | 3 | 4F | 0 | 0 | 12A | 64 | 3C |
| Octal | 367 | 65 | 377 | 3 | 117 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11110111 | 110101 | 11111111 | 11 | 1001111 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F735FF
Complementary color
Monochromatic Colors of #F735FF
Black with #F735FF
Text Example
Text Example
White with #F735FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735FF; }
p { color: rgb(247,53,255); }
H1.HeaderClassName
{
color: #F735FF;
}
.AnyTagClassName
{
color: #F735FF;
}
</style>
background-color css
<style>
a { background-color: #F735FF; }
a { background-color: rgb(247,53,255); }
div.DivClassName
{
background-color: #F735FF;
}
.BgClassName
{
background-color: #F735FF;
}
</style>
border-color css
<style>
span { border-color: #F735FF; }
span { border-color: rgb(247,53,255); }
td.TdClassName
{
border-color: #F735FF;
}
.TagClassName
{
border-color: #F735FF;
}
</style>