Shades of Dark Pink #F2507E
Tints of Dark Pink #F2507E
RGB
CMYK
RGB Variations
Color information
#F2507E (or 0xF2507E) is known color: Dark Pink. HEX triplet: F2, 50 and 7E. RGB value is (242,80,126). Sum of RGB (Red+Green+Blue) = 242+80+126=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2507E is #0DAF81. Grayscale: #858585. Windows color (decimal): -896898 or 8278258. OLE color: 8278258.
HSL color Cylindrical-coordinate representation of color #F2507E: hue angle of 342.96º 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 #F2507E is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 126 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.05 |
| HSL | 342.96º | 0.86% | 0.63% | - |
| HSV(B) | 342.96º | 0.67% | 0.95% | - |
| XYZ | 43.25 | 26.12 | 22.5 | - |
| YUV | 133.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 126 | 0 | 0.67 | 0.48 | 0.05 | 342.96 | 0.86 | 0.63 |
| Hex | F2 | 50 | 7E | 0 | 43 | 30 | 5 | 157 | 56 | 3F |
| Octal | 362 | 120 | 176 | 0 | 103 | 60 | 5 | 527 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1111110 | 0 | 1000011 | 110000 | 101 | 101010111 | 1010110 | 111111 |
Color Harmonies of #F2507E
Complementary color
Monochromatic Colors of #F2507E
Black with #F2507E
Text Example
Text Example
White with #F2507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2507E; }
p { color: rgb(242,80,126); }
H1.HeaderClassName
{
color: #F2507E;
}
.AnyTagClassName
{
color: #F2507E;
}
</style>
background-color css
<style>
a { background-color: #F2507E; }
a { background-color: rgb(242,80,126); }
div.DivClassName
{
background-color: #F2507E;
}
.BgClassName
{
background-color: #F2507E;
}
</style>
border-color css
<style>
span { border-color: #F2507E; }
span { border-color: rgb(242,80,126); }
td.TdClassName
{
border-color: #F2507E;
}
.TagClassName
{
border-color: #F2507E;
}
</style>