Shades of Dark Pink #F3547D
Tints of Dark Pink #F3547D
RGB
CMYK
RGB Variations
Color information
#F3547D (or 0xF3547D) is known color: Dark Pink. HEX triplet: F3, 54 and 7D. RGB value is (243,84,125). Sum of RGB (Red+Green+Blue) = 243+84+125=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3547D is #0CAB82. Grayscale: #888888. Windows color (decimal): -830339 or 8213747. OLE color: 8213747.
HSL color Cylindrical-coordinate representation of color #F3547D: hue angle of 344.53º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3547D is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 125 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.05 |
| HSL | 344.53º | 0.87% | 0.64% | - |
| HSV(B) | 344.53º | 0.65% | 0.95% | - |
| XYZ | 43.83 | 26.88 | 22.28 | - |
| YUV | 136.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 125 | 0 | 0.65 | 0.49 | 0.05 | 344.53 | 0.87 | 0.64 |
| Hex | F3 | 54 | 7D | 0 | 41 | 31 | 5 | 159 | 57 | 40 |
| Octal | 363 | 124 | 175 | 0 | 101 | 61 | 5 | 531 | 127 | 100 |
| Binary | 11110011 | 1010100 | 1111101 | 0 | 1000001 | 110001 | 101 | 101011001 | 1010111 | 1000000 |
Color Harmonies of #F3547D
Complementary color
Monochromatic Colors of #F3547D
Black with #F3547D
Text Example
Text Example
White with #F3547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3547D; }
p { color: rgb(243,84,125); }
H1.HeaderClassName
{
color: #F3547D;
}
.AnyTagClassName
{
color: #F3547D;
}
</style>
background-color css
<style>
a { background-color: #F3547D; }
a { background-color: rgb(243,84,125); }
div.DivClassName
{
background-color: #F3547D;
}
.BgClassName
{
background-color: #F3547D;
}
</style>
border-color css
<style>
span { border-color: #F3547D; }
span { border-color: rgb(243,84,125); }
td.TdClassName
{
border-color: #F3547D;
}
.TagClassName
{
border-color: #F3547D;
}
</style>