Shades of Dark Pink #F2527A
Tints of Dark Pink #F2527A
RGB
CMYK
RGB Variations
Color information
#F2527A (or 0xF2527A) is known color: Dark Pink. HEX triplet: F2, 52 and 7A. RGB value is (242,82,122). Sum of RGB (Red+Green+Blue) = 242+82+122=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2527A is #0DAD85. Grayscale: #868686. Windows color (decimal): -896390 or 8016626. OLE color: 8016626.
HSL color Cylindrical-coordinate representation of color #F2527A: hue angle of 345º degrees, saturation: 0.86, 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 #F2527A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 122 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.05 |
| HSL | 345º | 0.86% | 0.64% | - |
| HSV(B) | 345º | 0.66% | 0.95% | - |
| XYZ | 43.15 | 26.32 | 21.22 | - |
| YUV | 134.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 122 | 0 | 0.66 | 0.50 | 0.05 | 345 | 0.86 | 0.64 |
| Hex | F2 | 52 | 7A | 0 | 42 | 32 | 5 | 159 | 56 | 40 |
| Octal | 362 | 122 | 172 | 0 | 102 | 62 | 5 | 531 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1111010 | 0 | 1000010 | 110010 | 101 | 101011001 | 1010110 | 1000000 |
Color Harmonies of #F2527A
Complementary color
Monochromatic Colors of #F2527A
Black with #F2527A
Text Example
Text Example
White with #F2527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2527A; }
p { color: rgb(242,82,122); }
H1.HeaderClassName
{
color: #F2527A;
}
.AnyTagClassName
{
color: #F2527A;
}
</style>
background-color css
<style>
a { background-color: #F2527A; }
a { background-color: rgb(242,82,122); }
div.DivClassName
{
background-color: #F2527A;
}
.BgClassName
{
background-color: #F2527A;
}
</style>
border-color css
<style>
span { border-color: #F2527A; }
span { border-color: rgb(242,82,122); }
td.TdClassName
{
border-color: #F2527A;
}
.TagClassName
{
border-color: #F2527A;
}
</style>