Shades of Deep Pink #FD038B
Tints of Deep Pink #FD038B
RGB
CMYK
RGB Variations
Color information
#FD038B (or 0xFD038B) is known color: Deep Pink. HEX triplet: FD, 03 and 8B. RGB value is (253,3,139). Sum of RGB (Red+Green+Blue) = 253+3+139=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD038B is #02FC74. Grayscale: #5C5C5C. Windows color (decimal): -195701 or 9110525. OLE color: 9110525.
HSL color Cylindrical-coordinate representation of color #FD038B: hue angle of 327.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD038B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.01 |
| HSL | 327.36º | 0.98% | 0.5% | - |
| HSV(B) | 327.36º | 0.99% | 0.99% | - |
| XYZ | 45.2 | 22.81 | 26.45 | - |
| YUV | 93.25 | 153.83 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 139 | 0 | 0.99 | 0.45 | 0.01 | 327.36 | 0.98 | 0.5 |
| Hex | FD | 3 | 8B | 0 | 63 | 2D | 1 | 147 | 62 | 32 |
| Octal | 375 | 3 | 213 | 0 | 143 | 55 | 1 | 507 | 142 | 62 |
| Binary | 11111101 | 11 | 10001011 | 0 | 1100011 | 101101 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FD038B
Complementary color
Monochromatic Colors of #FD038B
Black with #FD038B
Text Example
Text Example
White with #FD038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD038B; }
p { color: rgb(253,3,139); }
H1.HeaderClassName
{
color: #FD038B;
}
.AnyTagClassName
{
color: #FD038B;
}
</style>
background-color css
<style>
a { background-color: #FD038B; }
a { background-color: rgb(253,3,139); }
div.DivClassName
{
background-color: #FD038B;
}
.BgClassName
{
background-color: #FD038B;
}
</style>
border-color css
<style>
span { border-color: #FD038B; }
span { border-color: rgb(253,3,139); }
td.TdClassName
{
border-color: #FD038B;
}
.TagClassName
{
border-color: #FD038B;
}
</style>