Shades of Pink Flamingo #F935FF
Tints of Pink Flamingo #F935FF
RGB
CMYK
RGB Variations
Color information
#F935FF (or 0xF935FF) is known color: Pink Flamingo. HEX triplet: F9, 35 and FF. RGB value is (249,53,255). Sum of RGB (Red+Green+Blue) = 249+53+255=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 53 (21.09% from 255 or 9.52% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #F935FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F935FF is #06CA00. Grayscale: #868686. Windows color (decimal): -444929 or 16725497. OLE color: 16725497.
HSL color Cylindrical-coordinate representation of color #F935FF: hue angle of 298.22º 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 #F935FF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 53 | 255 | - |
| CMYK | 0.02 | 0.79 | 0 | 0 |
| HSL | 298.22º | 1% | 0.6% | - |
| HSV(B) | 298.22º | 0.79% | 1% | - |
| XYZ | 58.39 | 29.91 | 97.3 | - |
| YUV | 134.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 255 | 0.02 | 0.79 | 0 | 0 | 298.22 | 1 | 0.6 |
| Hex | F9 | 35 | FF | 2 | 4F | 0 | 0 | 12A | 64 | 3C |
| Octal | 371 | 65 | 377 | 2 | 117 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111001 | 110101 | 11111111 | 10 | 1001111 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F935FF
Complementary color
Monochromatic Colors of #F935FF
Black with #F935FF
Text Example
Text Example
White with #F935FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935FF; }
p { color: rgb(249,53,255); }
H1.HeaderClassName
{
color: #F935FF;
}
.AnyTagClassName
{
color: #F935FF;
}
</style>
background-color css
<style>
a { background-color: #F935FF; }
a { background-color: rgb(249,53,255); }
div.DivClassName
{
background-color: #F935FF;
}
.BgClassName
{
background-color: #F935FF;
}
</style>
border-color css
<style>
span { border-color: #F935FF; }
span { border-color: rgb(249,53,255); }
td.TdClassName
{
border-color: #F935FF;
}
.TagClassName
{
border-color: #F935FF;
}
</style>