Shades of Dark Pink #F2507A
Tints of Dark Pink #F2507A
RGB
CMYK
RGB Variations
Color information
#F2507A (or 0xF2507A) is known color: Dark Pink. HEX triplet: F2, 50 and 7A. RGB value is (242,80,122). Sum of RGB (Red+Green+Blue) = 242+80+122=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2507A is #0DAF85. Grayscale: #858585. Windows color (decimal): -896902 or 8016114. OLE color: 8016114.
HSL color Cylindrical-coordinate representation of color #F2507A: hue angle of 344.44º 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 #F2507A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 122 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.05 |
| HSL | 344.44º | 0.86% | 0.63% | - |
| HSV(B) | 344.44º | 0.67% | 0.95% | - |
| XYZ | 43 | 26.02 | 21.17 | - |
| YUV | 133.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 122 | 0 | 0.67 | 0.50 | 0.05 | 344.44 | 0.86 | 0.63 |
| Hex | F2 | 50 | 7A | 0 | 43 | 32 | 5 | 158 | 56 | 3F |
| Octal | 362 | 120 | 172 | 0 | 103 | 62 | 5 | 530 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1111010 | 0 | 1000011 | 110010 | 101 | 101011000 | 1010110 | 111111 |
Color Harmonies of #F2507A
Complementary color
Monochromatic Colors of #F2507A
Black with #F2507A
Text Example
Text Example
White with #F2507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2507A; }
p { color: rgb(242,80,122); }
H1.HeaderClassName
{
color: #F2507A;
}
.AnyTagClassName
{
color: #F2507A;
}
</style>
background-color css
<style>
a { background-color: #F2507A; }
a { background-color: rgb(242,80,122); }
div.DivClassName
{
background-color: #F2507A;
}
.BgClassName
{
background-color: #F2507A;
}
</style>
border-color css
<style>
span { border-color: #F2507A; }
span { border-color: rgb(242,80,122); }
td.TdClassName
{
border-color: #F2507A;
}
.TagClassName
{
border-color: #F2507A;
}
</style>