Shades of Pink Flamingo #F355FE
Tints of Pink Flamingo #F355FE
RGB
CMYK
RGB Variations
Color information
#F355FE (or 0xF355FE) is known color: Pink Flamingo. HEX triplet: F3, 55 and FE. RGB value is (243,85,254). Sum of RGB (Red+Green+Blue) = 243+85+254=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 85 (33.59% from 255 or 14.60% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #F355FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FE is #0CAA01. Grayscale: #969696. Windows color (decimal): -829954 or 16668147. OLE color: 16668147.
HSL color Cylindrical-coordinate representation of color #F355FE: hue angle of 296.09º 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 #F355FE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 85 | 254 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.00 |
| HSL | 296.09º | 0.99% | 0.66% | - |
| HSV(B) | 296.09º | 0.67% | 1% | - |
| XYZ | 58.1 | 32.71 | 97.02 | - |
| YUV | 151.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 254 | 0.04 | 0.67 | 0 | 0.00 | 296.09 | 0.99 | 0.66 |
| Hex | F3 | 55 | FE | 4 | 43 | 0 | 0 | 128 | 63 | 42 |
| Octal | 363 | 125 | 376 | 4 | 103 | 0 | 0 | 450 | 143 | 102 |
| Binary | 11110011 | 1010101 | 11111110 | 100 | 1000011 | 0 | 0 | 100101000 | 1100011 | 1000010 |
Color Harmonies of #F355FE
Complementary color
Monochromatic Colors of #F355FE
Black with #F355FE
Text Example
Text Example
White with #F355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355FE; }
p { color: rgb(243,85,254); }
H1.HeaderClassName
{
color: #F355FE;
}
.AnyTagClassName
{
color: #F355FE;
}
</style>
background-color css
<style>
a { background-color: #F355FE; }
a { background-color: rgb(243,85,254); }
div.DivClassName
{
background-color: #F355FE;
}
.BgClassName
{
background-color: #F355FE;
}
</style>
border-color css
<style>
span { border-color: #F355FE; }
span { border-color: rgb(243,85,254); }
td.TdClassName
{
border-color: #F355FE;
}
.TagClassName
{
border-color: #F355FE;
}
</style>