Shades of Pink Flamingo #F635FE
Tints of Pink Flamingo #F635FE
RGB
CMYK
RGB Variations
Color information
#F635FE (or 0xF635FE) is known color: Pink Flamingo. HEX triplet: F6, 35 and FE. RGB value is (246,53,254). Sum of RGB (Red+Green+Blue) = 246+53+254=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 53 (21.09% from 255 or 9.58% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #F635FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F635FE is #09CA01. Grayscale: #858585. Windows color (decimal): -641538 or 16659958. OLE color: 16659958.
HSL color Cylindrical-coordinate representation of color #F635FE: hue angle of 297.61º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F635FE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 53 | 254 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.00 |
| HSL | 297.61º | 0.99% | 0.6% | - |
| HSV(B) | 297.61º | 0.79% | 1% | - |
| XYZ | 57.17 | 29.29 | 96.41 | - |
| YUV | 133.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 254 | 0.03 | 0.79 | 0 | 0.00 | 297.61 | 0.99 | 0.6 |
| Hex | F6 | 35 | FE | 3 | 4F | 0 | 0 | 12A | 63 | 3C |
| Octal | 366 | 65 | 376 | 3 | 117 | 0 | 0 | 452 | 143 | 74 |
| Binary | 11110110 | 110101 | 11111110 | 11 | 1001111 | 0 | 0 | 100101010 | 1100011 | 111100 |
Color Harmonies of #F635FE
Complementary color
Monochromatic Colors of #F635FE
Black with #F635FE
Text Example
Text Example
White with #F635FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F635FE; }
p { color: rgb(246,53,254); }
H1.HeaderClassName
{
color: #F635FE;
}
.AnyTagClassName
{
color: #F635FE;
}
</style>
background-color css
<style>
a { background-color: #F635FE; }
a { background-color: rgb(246,53,254); }
div.DivClassName
{
background-color: #F635FE;
}
.BgClassName
{
background-color: #F635FE;
}
</style>
border-color css
<style>
span { border-color: #F635FE; }
span { border-color: rgb(246,53,254); }
td.TdClassName
{
border-color: #F635FE;
}
.TagClassName
{
border-color: #F635FE;
}
</style>