Shades of Pink Flamingo #F352FF
Tints of Pink Flamingo #F352FF
RGB
CMYK
RGB Variations
Color information
#F352FF (or 0xF352FF) is known color: Pink Flamingo. HEX triplet: F3, 52 and FF. RGB value is (243,82,255). Sum of RGB (Red+Green+Blue) = 243+82+255=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 82 (32.42% from 255 or 14.14% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F352FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F352FF is #0CAD00. Grayscale: #959595. Windows color (decimal): -830721 or 16732915. OLE color: 16732915.
HSL color Cylindrical-coordinate representation of color #F352FF: hue angle of 295.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F352FF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 82 | 255 | - |
| CMYK | 0.05 | 0.68 | 0 | 0 |
| HSL | 295.84º | 1% | 0.66% | - |
| HSV(B) | 295.84º | 0.68% | 1% | - |
| XYZ | 58.03 | 32.31 | 97.79 | - |
| YUV | 149.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 255 | 0.05 | 0.68 | 0 | 0 | 295.84 | 1 | 0.66 |
| Hex | F3 | 52 | FF | 5 | 44 | 0 | 0 | 128 | 64 | 42 |
| Octal | 363 | 122 | 377 | 5 | 104 | 0 | 0 | 450 | 144 | 102 |
| Binary | 11110011 | 1010010 | 11111111 | 101 | 1000100 | 0 | 0 | 100101000 | 1100100 | 1000010 |
Color Harmonies of #F352FF
Complementary color
Monochromatic Colors of #F352FF
Black with #F352FF
Text Example
Text Example
White with #F352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352FF; }
p { color: rgb(243,82,255); }
H1.HeaderClassName
{
color: #F352FF;
}
.AnyTagClassName
{
color: #F352FF;
}
</style>
background-color css
<style>
a { background-color: #F352FF; }
a { background-color: rgb(243,82,255); }
div.DivClassName
{
background-color: #F352FF;
}
.BgClassName
{
background-color: #F352FF;
}
</style>
border-color css
<style>
span { border-color: #F352FF; }
span { border-color: rgb(243,82,255); }
td.TdClassName
{
border-color: #F352FF;
}
.TagClassName
{
border-color: #F352FF;
}
</style>