Shades of Pink Flamingo #F350FF
Tints of Pink Flamingo #F350FF
RGB
CMYK
RGB Variations
Color information
#F350FF (or 0xF350FF) is known color: Pink Flamingo. HEX triplet: F3, 50 and FF. RGB value is (243,80,255). Sum of RGB (Red+Green+Blue) = 243+80+255=578 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.04% from 578); Green value is 80 (31.64% from 255 or 13.84% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F350FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350FF is #0CAF00. Grayscale: #949494. Windows color (decimal): -831233 or 16732403. OLE color: 16732403.
HSL color Cylindrical-coordinate representation of color #F350FF: hue angle of 295.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F350FF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 80 | 255 | - |
| CMYK | 0.05 | 0.69 | 0 | 0 |
| HSL | 295.89º | 1% | 0.66% | - |
| HSV(B) | 295.89º | 0.69% | 1% | - |
| XYZ | 57.88 | 32.01 | 97.74 | - |
| YUV | 148.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 255 | 0.05 | 0.69 | 0 | 0 | 295.89 | 1 | 0.66 |
| Hex | F3 | 50 | FF | 5 | 45 | 0 | 0 | 128 | 64 | 42 |
| Octal | 363 | 120 | 377 | 5 | 105 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110011 | 1010000 | 11111111 | 101 | 1000101 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F350FF
Complementary color
Monochromatic Colors of #F350FF
Black with #F350FF
Text Example
Text Example
White with #F350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350FF; }
p { color: rgb(243,80,255); }
H1.HeaderClassName
{
color: #F350FF;
}
.AnyTagClassName
{
color: #F350FF;
}
</style>
background-color css
<style>
a { background-color: #F350FF; }
a { background-color: rgb(243,80,255); }
div.DivClassName
{
background-color: #F350FF;
}
.BgClassName
{
background-color: #F350FF;
}
</style>
border-color css
<style>
span { border-color: #F350FF; }
span { border-color: rgb(243,80,255); }
td.TdClassName
{
border-color: #F350FF;
}
.TagClassName
{
border-color: #F350FF;
}
</style>