Shades of Deep Pink #FF0395
Tints of Deep Pink #FF0395
RGB
CMYK
RGB Variations
Color information
#FF0395 (or 0xFF0395) is known color: Deep Pink. HEX triplet: FF, 03 and 95. RGB value is (255,3,149). Sum of RGB (Red+Green+Blue) = 255+3+149=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0395 is #00FC6A. Grayscale: #5E5E5E. Windows color (decimal): -64619 or 9765887. OLE color: 9765887.
HSL color Cylindrical-coordinate representation of color #FF0395: hue angle of 325.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0395 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.42 | 0 |
| HSL | 325.24º | 1% | 0.51% | - |
| HSV(B) | 325.24º | 0.99% | 1% | - |
| XYZ | 46.7 | 23.5 | 30.51 | - |
| YUV | 94.99 | 158.49 | 242.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 149 | 0 | 0.99 | 0.42 | 0 | 325.24 | 1 | 0.51 |
| Hex | FF | 3 | 95 | 0 | 63 | 2A | 0 | 145 | 64 | 33 |
| Octal | 377 | 3 | 225 | 0 | 143 | 52 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 11 | 10010101 | 0 | 1100011 | 101010 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0395
Complementary color
Monochromatic Colors of #FF0395
Black with #FF0395
Text Example
Text Example
White with #FF0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0395; }
p { color: rgb(255,3,149); }
H1.HeaderClassName
{
color: #FF0395;
}
.AnyTagClassName
{
color: #FF0395;
}
</style>
background-color css
<style>
a { background-color: #FF0395; }
a { background-color: rgb(255,3,149); }
div.DivClassName
{
background-color: #FF0395;
}
.BgClassName
{
background-color: #FF0395;
}
</style>
border-color css
<style>
span { border-color: #FF0395; }
span { border-color: rgb(255,3,149); }
td.TdClassName
{
border-color: #FF0395;
}
.TagClassName
{
border-color: #FF0395;
}
</style>