Shades of Dark Pink #F3537B
Tints of Dark Pink #F3537B
RGB
CMYK
RGB Variations
Color information
#F3537B (or 0xF3537B) is known color: Dark Pink. HEX triplet: F3, 53 and 7B. RGB value is (243,83,123). Sum of RGB (Red+Green+Blue) = 243+83+123=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3537B is #0CAC84. Grayscale: #878787. Windows color (decimal): -830597 or 8082419. OLE color: 8082419.
HSL color Cylindrical-coordinate representation of color #F3537B: hue angle of 345º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3537B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 123 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.05 |
| HSL | 345º | 0.87% | 0.64% | - |
| HSV(B) | 345º | 0.66% | 0.95% | - |
| XYZ | 43.63 | 26.67 | 21.59 | - |
| YUV | 135.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 123 | 0 | 0.66 | 0.49 | 0.05 | 345 | 0.87 | 0.64 |
| Hex | F3 | 53 | 7B | 0 | 42 | 31 | 5 | 159 | 57 | 40 |
| Octal | 363 | 123 | 173 | 0 | 102 | 61 | 5 | 531 | 127 | 100 |
| Binary | 11110011 | 1010011 | 1111011 | 0 | 1000010 | 110001 | 101 | 101011001 | 1010111 | 1000000 |
Color Harmonies of #F3537B
Complementary color
Monochromatic Colors of #F3537B
Black with #F3537B
Text Example
Text Example
White with #F3537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3537B; }
p { color: rgb(243,83,123); }
H1.HeaderClassName
{
color: #F3537B;
}
.AnyTagClassName
{
color: #F3537B;
}
</style>
background-color css
<style>
a { background-color: #F3537B; }
a { background-color: rgb(243,83,123); }
div.DivClassName
{
background-color: #F3537B;
}
.BgClassName
{
background-color: #F3537B;
}
</style>
border-color css
<style>
span { border-color: #F3537B; }
span { border-color: rgb(243,83,123); }
td.TdClassName
{
border-color: #F3537B;
}
.TagClassName
{
border-color: #F3537B;
}
</style>