Shades of Dark Pink #F3527F
Tints of Dark Pink #F3527F
RGB
CMYK
RGB Variations
Color information
#F3527F (or 0xF3527F) is known color: Dark Pink. HEX triplet: F3, 52 and 7F. RGB value is (243,82,127). Sum of RGB (Red+Green+Blue) = 243+82+127=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3527F is #0CAD80. Grayscale: #878787. Windows color (decimal): -830849 or 8344307. OLE color: 8344307.
HSL color Cylindrical-coordinate representation of color #F3527F: hue angle of 343.23º 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 #F3527F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 127 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.05 |
| HSL | 343.23º | 0.87% | 0.64% | - |
| HSV(B) | 343.23º | 0.66% | 0.95% | - |
| XYZ | 43.81 | 26.62 | 22.91 | - |
| YUV | 135.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 127 | 0 | 0.66 | 0.48 | 0.05 | 343.23 | 0.87 | 0.64 |
| Hex | F3 | 52 | 7F | 0 | 42 | 30 | 5 | 157 | 57 | 40 |
| Octal | 363 | 122 | 177 | 0 | 102 | 60 | 5 | 527 | 127 | 100 |
| Binary | 11110011 | 1010010 | 1111111 | 0 | 1000010 | 110000 | 101 | 101010111 | 1010111 | 1000000 |
Color Harmonies of #F3527F
Complementary color
Monochromatic Colors of #F3527F
Black with #F3527F
Text Example
Text Example
White with #F3527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3527F; }
p { color: rgb(243,82,127); }
H1.HeaderClassName
{
color: #F3527F;
}
.AnyTagClassName
{
color: #F3527F;
}
</style>
background-color css
<style>
a { background-color: #F3527F; }
a { background-color: rgb(243,82,127); }
div.DivClassName
{
background-color: #F3527F;
}
.BgClassName
{
background-color: #F3527F;
}
</style>
border-color css
<style>
span { border-color: #F3527F; }
span { border-color: rgb(243,82,127); }
td.TdClassName
{
border-color: #F3527F;
}
.TagClassName
{
border-color: #F3527F;
}
</style>