Shades of Pink Flamingo #F934FF
Tints of Pink Flamingo #F934FF
RGB
CMYK
RGB Variations
Color information
#F934FF (or 0xF934FF) is known color: Pink Flamingo. HEX triplet: F9, 34 and FF. RGB value is (249,52,255). Sum of RGB (Red+Green+Blue) = 249+52+255=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 52 (20.70% from 255 or 9.35% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #F934FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F934FF is #06CB00. Grayscale: #858585. Windows color (decimal): -445185 or 16725241. OLE color: 16725241.
HSL color Cylindrical-coordinate representation of color #F934FF: hue angle of 298.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F934FF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 52 | 255 | - |
| CMYK | 0.02 | 0.80 | 0 | 0 |
| HSL | 298.23º | 1% | 0.6% | - |
| HSV(B) | 298.23º | 0.8% | 1% | - |
| XYZ | 58.34 | 29.82 | 97.29 | - |
| YUV | 134.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 255 | 0.02 | 0.80 | 0 | 0 | 298.23 | 1 | 0.6 |
| Hex | F9 | 34 | FF | 2 | 50 | 0 | 0 | 12A | 64 | 3C |
| Octal | 371 | 64 | 377 | 2 | 120 | 0 | 0 | 452 | 144 | 74 |
| Binary | 11111001 | 110100 | 11111111 | 10 | 1010000 | 0 | 0 | 100101010 | 1100100 | 111100 |
Color Harmonies of #F934FF
Complementary color
Monochromatic Colors of #F934FF
Black with #F934FF
Text Example
Text Example
White with #F934FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934FF; }
p { color: rgb(249,52,255); }
H1.HeaderClassName
{
color: #F934FF;
}
.AnyTagClassName
{
color: #F934FF;
}
</style>
background-color css
<style>
a { background-color: #F934FF; }
a { background-color: rgb(249,52,255); }
div.DivClassName
{
background-color: #F934FF;
}
.BgClassName
{
background-color: #F934FF;
}
</style>
border-color css
<style>
span { border-color: #F934FF; }
span { border-color: rgb(249,52,255); }
td.TdClassName
{
border-color: #F934FF;
}
.TagClassName
{
border-color: #F934FF;
}
</style>