Shades of Deep Pink #F5267D
Tints of Deep Pink #F5267D
RGB
CMYK
RGB Variations
Color information
#F5267D (or 0xF5267D) is known color: Deep Pink. HEX triplet: F5, 26 and 7D. RGB value is (245,38,125). Sum of RGB (Red+Green+Blue) = 245+38+125=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5267D is #0AD982. Grayscale: #6D6D6D. Windows color (decimal): -711043 or 8201973. OLE color: 8201973.
HSL color Cylindrical-coordinate representation of color #F5267D: hue angle of 334.78º 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 #F5267D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.04 |
| HSL | 334.78º | 0.91% | 0.55% | - |
| HSV(B) | 334.78º | 0.84% | 0.96% | - |
| XYZ | 42.05 | 22.28 | 21.49 | - |
| YUV | 109.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 125 | 0 | 0.84 | 0.49 | 0.04 | 334.78 | 0.91 | 0.55 |
| Hex | F5 | 26 | 7D | 0 | 54 | 31 | 4 | 14F | 5B | 37 |
| Octal | 365 | 46 | 175 | 0 | 124 | 61 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100110 | 1111101 | 0 | 1010100 | 110001 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5267D
Complementary color
Monochromatic Colors of #F5267D
Black with #F5267D
Text Example
Text Example
White with #F5267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5267D; }
p { color: rgb(245,38,125); }
H1.HeaderClassName
{
color: #F5267D;
}
.AnyTagClassName
{
color: #F5267D;
}
</style>
background-color css
<style>
a { background-color: #F5267D; }
a { background-color: rgb(245,38,125); }
div.DivClassName
{
background-color: #F5267D;
}
.BgClassName
{
background-color: #F5267D;
}
</style>
border-color css
<style>
span { border-color: #F5267D; }
span { border-color: rgb(245,38,125); }
td.TdClassName
{
border-color: #F5267D;
}
.TagClassName
{
border-color: #F5267D;
}
</style>