Shades of Dark Pink #F3456F
Tints of Dark Pink #F3456F
RGB
CMYK
RGB Variations
Color information
#F3456F (or 0xF3456F) is known color: Dark Pink. HEX triplet: F3, 45 and 6F. RGB value is (243,69,111). Sum of RGB (Red+Green+Blue) = 243+69+111=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3456F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3456F is #0CBA90. Grayscale: #7D7D7D. Windows color (decimal): -834193 or 7292403. OLE color: 7292403.
HSL color Cylindrical-coordinate representation of color #F3456F: hue angle of 345.52º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3456F is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 111 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.05 |
| HSL | 345.52º | 0.88% | 0.61% | - |
| HSV(B) | 345.52º | 0.72% | 0.95% | - |
| XYZ | 41.96 | 24.46 | 17.55 | - |
| YUV | 125.81 | 119.65 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 111 | 0 | 0.72 | 0.54 | 0.05 | 345.52 | 0.88 | 0.61 |
| Hex | F3 | 45 | 6F | 0 | 48 | 36 | 5 | 15A | 58 | 3D |
| Octal | 363 | 105 | 157 | 0 | 110 | 66 | 5 | 532 | 130 | 75 |
| Binary | 11110011 | 1000101 | 1101111 | 0 | 1001000 | 110110 | 101 | 101011010 | 1011000 | 111101 |
Color Harmonies of #F3456F
Complementary color
Monochromatic Colors of #F3456F
Black with #F3456F
Text Example
Text Example
White with #F3456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3456F; }
p { color: rgb(243,69,111); }
H1.HeaderClassName
{
color: #F3456F;
}
.AnyTagClassName
{
color: #F3456F;
}
</style>
background-color css
<style>
a { background-color: #F3456F; }
a { background-color: rgb(243,69,111); }
div.DivClassName
{
background-color: #F3456F;
}
.BgClassName
{
background-color: #F3456F;
}
</style>
border-color css
<style>
span { border-color: #F3456F; }
span { border-color: rgb(243,69,111); }
td.TdClassName
{
border-color: #F3456F;
}
.TagClassName
{
border-color: #F3456F;
}
</style>