Shades of Dark Pink #F2507D
Tints of Dark Pink #F2507D
RGB
CMYK
RGB Variations
Color information
#F2507D (or 0xF2507D) is known color: Dark Pink. HEX triplet: F2, 50 and 7D. RGB value is (242,80,125). Sum of RGB (Red+Green+Blue) = 242+80+125=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2507D is #0DAF82. Grayscale: #858585. Windows color (decimal): -896899 or 8212722. OLE color: 8212722.
HSL color Cylindrical-coordinate representation of color #F2507D: hue angle of 343.33º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2507D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 125 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.05 |
| HSL | 343.33º | 0.86% | 0.63% | - |
| HSV(B) | 343.33º | 0.67% | 0.95% | - |
| XYZ | 43.19 | 26.1 | 22.16 | - |
| YUV | 133.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 125 | 0 | 0.67 | 0.48 | 0.05 | 343.33 | 0.86 | 0.63 |
| Hex | F2 | 50 | 7D | 0 | 43 | 30 | 5 | 157 | 56 | 3F |
| Octal | 362 | 120 | 175 | 0 | 103 | 60 | 5 | 527 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1111101 | 0 | 1000011 | 110000 | 101 | 101010111 | 1010110 | 111111 |
Color Harmonies of #F2507D
Complementary color
Monochromatic Colors of #F2507D
Black with #F2507D
Text Example
Text Example
White with #F2507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2507D; }
p { color: rgb(242,80,125); }
H1.HeaderClassName
{
color: #F2507D;
}
.AnyTagClassName
{
color: #F2507D;
}
</style>
background-color css
<style>
a { background-color: #F2507D; }
a { background-color: rgb(242,80,125); }
div.DivClassName
{
background-color: #F2507D;
}
.BgClassName
{
background-color: #F2507D;
}
</style>
border-color css
<style>
span { border-color: #F2507D; }
span { border-color: rgb(242,80,125); }
td.TdClassName
{
border-color: #F2507D;
}
.TagClassName
{
border-color: #F2507D;
}
</style>