Shades of Dark Pink #F3567E
Tints of Dark Pink #F3567E
RGB
CMYK
RGB Variations
Color information
#F3567E (or 0xF3567E) is known color: Dark Pink. HEX triplet: F3, 56 and 7E. RGB value is (243,86,126). Sum of RGB (Red+Green+Blue) = 243+86+126=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3567E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3567E is #0CA981. Grayscale: #898989. Windows color (decimal): -829826 or 8279795. OLE color: 8279795.
HSL color Cylindrical-coordinate representation of color #F3567E: hue angle of 344.71º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3567E is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 126 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.05 |
| HSL | 344.71º | 0.87% | 0.65% | - |
| HSV(B) | 344.71º | 0.65% | 0.95% | - |
| XYZ | 44.06 | 27.22 | 22.67 | - |
| YUV | 137.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 126 | 0 | 0.65 | 0.48 | 0.05 | 344.71 | 0.87 | 0.65 |
| Hex | F3 | 56 | 7E | 0 | 41 | 30 | 5 | 159 | 57 | 41 |
| Octal | 363 | 126 | 176 | 0 | 101 | 60 | 5 | 531 | 127 | 101 |
| Binary | 11110011 | 1010110 | 1111110 | 0 | 1000001 | 110000 | 101 | 101011001 | 1010111 | 1000001 |
Color Harmonies of #F3567E
Complementary color
Monochromatic Colors of #F3567E
Black with #F3567E
Text Example
Text Example
White with #F3567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3567E; }
p { color: rgb(243,86,126); }
H1.HeaderClassName
{
color: #F3567E;
}
.AnyTagClassName
{
color: #F3567E;
}
</style>
background-color css
<style>
a { background-color: #F3567E; }
a { background-color: rgb(243,86,126); }
div.DivClassName
{
background-color: #F3567E;
}
.BgClassName
{
background-color: #F3567E;
}
</style>
border-color css
<style>
span { border-color: #F3567E; }
span { border-color: rgb(243,86,126); }
td.TdClassName
{
border-color: #F3567E;
}
.TagClassName
{
border-color: #F3567E;
}
</style>