Shades of Dark Pink #F3547F
Tints of Dark Pink #F3547F
RGB
CMYK
RGB Variations
Color information
#F3547F (or 0xF3547F) is known color: Dark Pink. HEX triplet: F3, 54 and 7F. RGB value is (243,84,127). Sum of RGB (Red+Green+Blue) = 243+84+127=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3547F is #0CAB80. Grayscale: #888888. Windows color (decimal): -830337 or 8344819. OLE color: 8344819.
HSL color Cylindrical-coordinate representation of color #F3547F: hue angle of 343.77º 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 #F3547F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 127 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.05 |
| HSL | 343.77º | 0.87% | 0.64% | - |
| HSV(B) | 343.77º | 0.65% | 0.95% | - |
| XYZ | 43.96 | 26.93 | 22.96 | - |
| YUV | 136.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 127 | 0 | 0.65 | 0.48 | 0.05 | 343.77 | 0.87 | 0.64 |
| Hex | F3 | 54 | 7F | 0 | 41 | 30 | 5 | 158 | 57 | 40 |
| Octal | 363 | 124 | 177 | 0 | 101 | 60 | 5 | 530 | 127 | 100 |
| Binary | 11110011 | 1010100 | 1111111 | 0 | 1000001 | 110000 | 101 | 101011000 | 1010111 | 1000000 |
Color Harmonies of #F3547F
Complementary color
Monochromatic Colors of #F3547F
Black with #F3547F
Text Example
Text Example
White with #F3547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3547F; }
p { color: rgb(243,84,127); }
H1.HeaderClassName
{
color: #F3547F;
}
.AnyTagClassName
{
color: #F3547F;
}
</style>
background-color css
<style>
a { background-color: #F3547F; }
a { background-color: rgb(243,84,127); }
div.DivClassName
{
background-color: #F3547F;
}
.BgClassName
{
background-color: #F3547F;
}
</style>
border-color css
<style>
span { border-color: #F3547F; }
span { border-color: rgb(243,84,127); }
td.TdClassName
{
border-color: #F3547F;
}
.TagClassName
{
border-color: #F3547F;
}
</style>