Shades of Pink Flamingo #FF55F3
Tints of Pink Flamingo #FF55F3
RGB
CMYK
RGB Variations
Color information
#FF55F3 (or 0xFF55F3) is known color: Pink Flamingo. HEX triplet: FF, 55 and F3. RGB value is (255,85,243). Sum of RGB (Red+Green+Blue) = 255+85+243=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 85 (33.59% from 255 or 14.58% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F3 is #00AA0C. Grayscale: #999999. Windows color (decimal): -43533 or 15947263. OLE color: 15947263.
HSL color Cylindrical-coordinate representation of color #FF55F3: hue angle of 304.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55F3 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 243 | - |
| CMYK | 0 | 0.67 | 0.05 | 0 |
| HSL | 304.24º | 1% | 0.67% | - |
| HSV(B) | 304.24º | 0.67% | 1% | - |
| XYZ | 60.67 | 34.23 | 88.2 | - |
| YUV | 153.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 243 | 0 | 0.67 | 0.05 | 0 | 304.24 | 1 | 0.67 |
| Hex | FF | 55 | F3 | 0 | 43 | 5 | 0 | 130 | 64 | 43 |
| Octal | 377 | 125 | 363 | 0 | 103 | 5 | 0 | 460 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11110011 | 0 | 1000011 | 101 | 0 | 100110000 | 1100100 | 1000011 |
Color Harmonies of #FF55F3
Complementary color
Monochromatic Colors of #FF55F3
Black with #FF55F3
Text Example
Text Example
White with #FF55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55F3; }
p { color: rgb(255,85,243); }
H1.HeaderClassName
{
color: #FF55F3;
}
.AnyTagClassName
{
color: #FF55F3;
}
</style>
background-color css
<style>
a { background-color: #FF55F3; }
a { background-color: rgb(255,85,243); }
div.DivClassName
{
background-color: #FF55F3;
}
.BgClassName
{
background-color: #FF55F3;
}
</style>
border-color css
<style>
span { border-color: #FF55F3; }
span { border-color: rgb(255,85,243); }
td.TdClassName
{
border-color: #FF55F3;
}
.TagClassName
{
border-color: #FF55F3;
}
</style>