Shades of Pink Flamingo #F353FE
Tints of Pink Flamingo #F353FE
RGB
CMYK
RGB Variations
Color information
#F353FE (or 0xF353FE) is known color: Pink Flamingo. HEX triplet: F3, 53 and FE. RGB value is (243,83,254). Sum of RGB (Red+Green+Blue) = 243+83+254=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F353FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353FE is #0CAC01. Grayscale: #959595. Windows color (decimal): -830466 or 16667635. OLE color: 16667635.
HSL color Cylindrical-coordinate representation of color #F353FE: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F353FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 83 | 254 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.00 |
| HSL | 296.14º | 0.99% | 0.66% | - |
| HSV(B) | 296.14º | 0.67% | 1% | - |
| XYZ | 57.94 | 32.4 | 96.97 | - |
| YUV | 150.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 254 | 0.04 | 0.67 | 0 | 0.00 | 296.14 | 0.99 | 0.66 |
| Hex | F3 | 53 | FE | 4 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 363 | 123 | 376 | 4 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110011 | 1010011 | 11111110 | 100 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F353FE
Complementary color
Monochromatic Colors of #F353FE
Black with #F353FE
Text Example
Text Example
White with #F353FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353FE; }
p { color: rgb(243,83,254); }
H1.HeaderClassName
{
color: #F353FE;
}
.AnyTagClassName
{
color: #F353FE;
}
</style>
background-color css
<style>
a { background-color: #F353FE; }
a { background-color: rgb(243,83,254); }
div.DivClassName
{
background-color: #F353FE;
}
.BgClassName
{
background-color: #F353FE;
}
</style>
border-color css
<style>
span { border-color: #F353FE; }
span { border-color: rgb(243,83,254); }
td.TdClassName
{
border-color: #F353FE;
}
.TagClassName
{
border-color: #F353FE;
}
</style>