Shades of Dark Pink #F3577F
Tints of Dark Pink #F3577F
RGB
CMYK
RGB Variations
Color information
#F3577F (or 0xF3577F) is known color: Dark Pink. HEX triplet: F3, 57 and 7F. RGB value is (243,87,127). Sum of RGB (Red+Green+Blue) = 243+87+127=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F3577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3577F is #0CA880. Grayscale: #8A8A8A. Windows color (decimal): -829569 or 8345587. OLE color: 8345587.
HSL color Cylindrical-coordinate representation of color #F3577F: hue angle of 344.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3577F is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 127 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.05 |
| HSL | 344.62º | 0.87% | 0.65% | - |
| HSV(B) | 344.62º | 0.64% | 0.95% | - |
| XYZ | 44.2 | 27.4 | 23.04 | - |
| YUV | 138.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 127 | 0 | 0.64 | 0.48 | 0.05 | 344.62 | 0.87 | 0.65 |
| Hex | F3 | 57 | 7F | 0 | 40 | 30 | 5 | 159 | 57 | 41 |
| Octal | 363 | 127 | 177 | 0 | 100 | 60 | 5 | 531 | 127 | 101 |
| Binary | 11110011 | 1010111 | 1111111 | 0 | 1000000 | 110000 | 101 | 101011001 | 1010111 | 1000001 |
Color Harmonies of #F3577F
Complementary color
Monochromatic Colors of #F3577F
Black with #F3577F
Text Example
Text Example
White with #F3577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3577F; }
p { color: rgb(243,87,127); }
H1.HeaderClassName
{
color: #F3577F;
}
.AnyTagClassName
{
color: #F3577F;
}
</style>
background-color css
<style>
a { background-color: #F3577F; }
a { background-color: rgb(243,87,127); }
div.DivClassName
{
background-color: #F3577F;
}
.BgClassName
{
background-color: #F3577F;
}
</style>
border-color css
<style>
span { border-color: #F3577F; }
span { border-color: rgb(243,87,127); }
td.TdClassName
{
border-color: #F3577F;
}
.TagClassName
{
border-color: #F3577F;
}
</style>