Shades of Flamingo #F35C58
Tints of Flamingo #F35C58
RGB
CMYK
RGB Variations
Color information
#F35C58 (or 0xF35C58) is known color: Flamingo. HEX triplet: F3, 5C and 58. RGB value is (243,92,88). Sum of RGB (Red+Green+Blue) = 243+92+88=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C58 is #0CA3A7. Grayscale: #888888. Windows color (decimal): -828328 or 5790963. OLE color: 5790963.
HSL color Cylindrical-coordinate representation of color #F35C58: hue angle of 1.55º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F35C58 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 88 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.05 |
| HSL | 1.55º | 0.87% | 0.65% | - |
| HSV(B) | 1.55º | 0.64% | 0.95% | - |
| XYZ | 42.55 | 27.41 | 12.28 | - |
| YUV | 136.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 88 | 0 | 0.62 | 0.64 | 0.05 | 1.55 | 0.87 | 0.65 |
| Hex | F3 | 5C | 58 | 0 | 3E | 40 | 5 | 2 | 57 | 41 |
| Octal | 363 | 134 | 130 | 0 | 76 | 100 | 5 | 2 | 127 | 101 |
| Binary | 11110011 | 1011100 | 1011000 | 0 | 111110 | 1000000 | 101 | 10 | 1010111 | 1000001 |
Color Harmonies of #F35C58
Complementary color
Monochromatic Colors of #F35C58
Black with #F35C58
Text Example
Text Example
White with #F35C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C58; }
p { color: rgb(243,92,88); }
H1.HeaderClassName
{
color: #F35C58;
}
.AnyTagClassName
{
color: #F35C58;
}
</style>
background-color css
<style>
a { background-color: #F35C58; }
a { background-color: rgb(243,92,88); }
div.DivClassName
{
background-color: #F35C58;
}
.BgClassName
{
background-color: #F35C58;
}
</style>
border-color css
<style>
span { border-color: #F35C58; }
span { border-color: rgb(243,92,88); }
td.TdClassName
{
border-color: #F35C58;
}
.TagClassName
{
border-color: #F35C58;
}
</style>