Shades of Deep Pink #F5157F
Tints of Deep Pink #F5157F
RGB
CMYK
RGB Variations
Color information
#F5157F (or 0xF5157F) is known color: Deep Pink. HEX triplet: F5, 15 and 7F. RGB value is (245,21,127). Sum of RGB (Red+Green+Blue) = 245+21+127=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5157F is #0AEA80. Grayscale: #636363. Windows color (decimal): -715393 or 8328693. OLE color: 8328693.
HSL color Cylindrical-coordinate representation of color #F5157F: hue angle of 331.61º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5157F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 127 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.04 |
| HSL | 331.61º | 0.92% | 0.52% | - |
| HSV(B) | 331.61º | 0.91% | 0.96% | - |
| XYZ | 41.76 | 21.48 | 22.02 | - |
| YUV | 100.06 | 143.21 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 127 | 0 | 0.91 | 0.48 | 0.04 | 331.61 | 0.92 | 0.52 |
| Hex | F5 | 15 | 7F | 0 | 5B | 30 | 4 | 14C | 5C | 34 |
| Octal | 365 | 25 | 177 | 0 | 133 | 60 | 4 | 514 | 134 | 64 |
| Binary | 11110101 | 10101 | 1111111 | 0 | 1011011 | 110000 | 100 | 101001100 | 1011100 | 110100 |
Color Harmonies of #F5157F
Complementary color
Monochromatic Colors of #F5157F
Black with #F5157F
Text Example
Text Example
White with #F5157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5157F; }
p { color: rgb(245,21,127); }
H1.HeaderClassName
{
color: #F5157F;
}
.AnyTagClassName
{
color: #F5157F;
}
</style>
background-color css
<style>
a { background-color: #F5157F; }
a { background-color: rgb(245,21,127); }
div.DivClassName
{
background-color: #F5157F;
}
.BgClassName
{
background-color: #F5157F;
}
</style>
border-color css
<style>
span { border-color: #F5157F; }
span { border-color: rgb(245,21,127); }
td.TdClassName
{
border-color: #F5157F;
}
.TagClassName
{
border-color: #F5157F;
}
</style>