Shades of Deep Pink #FD267A
Tints of Deep Pink #FD267A
RGB
CMYK
RGB Variations
Color information
#FD267A (or 0xFD267A) is known color: Deep Pink. HEX triplet: FD, 26 and 7A. RGB value is (253,38,122). Sum of RGB (Red+Green+Blue) = 253+38+122=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD267A is #02D985. Grayscale: #6F6F6F. Windows color (decimal): -186758 or 8005373. OLE color: 8005373.
HSL color Cylindrical-coordinate representation of color #FD267A: hue angle of 336.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD267A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 336.56º | 0.98% | 0.57% | - |
| HSV(B) | 336.56º | 0.85% | 0.99% | - |
| XYZ | 44.71 | 23.67 | 20.63 | - |
| YUV | 111.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 122 | 0 | 0.85 | 0.52 | 0.01 | 336.56 | 0.98 | 0.57 |
| Hex | FD | 26 | 7A | 0 | 55 | 34 | 1 | 151 | 62 | 39 |
| Octal | 375 | 46 | 172 | 0 | 125 | 64 | 1 | 521 | 142 | 71 |
| Binary | 11111101 | 100110 | 1111010 | 0 | 1010101 | 110100 | 1 | 101010001 | 1100010 | 111001 |
Color Harmonies of #FD267A
Complementary color
Monochromatic Colors of #FD267A
Black with #FD267A
Text Example
Text Example
White with #FD267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD267A; }
p { color: rgb(253,38,122); }
H1.HeaderClassName
{
color: #FD267A;
}
.AnyTagClassName
{
color: #FD267A;
}
</style>
background-color css
<style>
a { background-color: #FD267A; }
a { background-color: rgb(253,38,122); }
div.DivClassName
{
background-color: #FD267A;
}
.BgClassName
{
background-color: #FD267A;
}
</style>
border-color css
<style>
span { border-color: #FD267A; }
span { border-color: rgb(253,38,122); }
td.TdClassName
{
border-color: #FD267A;
}
.TagClassName
{
border-color: #FD267A;
}
</style>