Shades of Deep Pink #F52680
Tints of Deep Pink #F52680
RGB
CMYK
RGB Variations
Color information
#F52680 (or 0xF52680) is known color: Deep Pink. HEX triplet: F5, 26 and 80. RGB value is (245,38,128). Sum of RGB (Red+Green+Blue) = 245+38+128=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F52680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52680 is #0AD97F. Grayscale: #6E6E6E. Windows color (decimal): -711040 or 8398581. OLE color: 8398581.
HSL color Cylindrical-coordinate representation of color #F52680: hue angle of 333.91º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52680 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 128 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.04 |
| HSL | 333.91º | 0.91% | 0.55% | - |
| HSV(B) | 333.91º | 0.84% | 0.96% | - |
| XYZ | 42.25 | 22.36 | 22.51 | - |
| YUV | 110.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 128 | 0 | 0.84 | 0.48 | 0.04 | 333.91 | 0.91 | 0.55 |
| Hex | F5 | 26 | 80 | 0 | 54 | 30 | 4 | 14E | 5B | 37 |
| Octal | 365 | 46 | 200 | 0 | 124 | 60 | 4 | 516 | 133 | 67 |
| Binary | 11110101 | 100110 | 10000000 | 0 | 1010100 | 110000 | 100 | 101001110 | 1011011 | 110111 |
Color Harmonies of #F52680
Complementary color
Monochromatic Colors of #F52680
Black with #F52680
Text Example
Text Example
White with #F52680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52680; }
p { color: rgb(245,38,128); }
H1.HeaderClassName
{
color: #F52680;
}
.AnyTagClassName
{
color: #F52680;
}
</style>
background-color css
<style>
a { background-color: #F52680; }
a { background-color: rgb(245,38,128); }
div.DivClassName
{
background-color: #F52680;
}
.BgClassName
{
background-color: #F52680;
}
</style>
border-color css
<style>
span { border-color: #F52680; }
span { border-color: rgb(245,38,128); }
td.TdClassName
{
border-color: #F52680;
}
.TagClassName
{
border-color: #F52680;
}
</style>