Shades of Deep Pink #FF0495
Tints of Deep Pink #FF0495
RGB
CMYK
RGB Variations
Color information
#FF0495 (or 0xFF0495) is known color: Deep Pink. HEX triplet: FF, 04 and 95. RGB value is (255,4,149). Sum of RGB (Red+Green+Blue) = 255+4+149=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0495 is #00FB6A. Grayscale: #5F5F5F. Windows color (decimal): -64363 or 9766143. OLE color: 9766143.
HSL color Cylindrical-coordinate representation of color #FF0495: hue angle of 325.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0495 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.42 | 0 |
| HSL | 325.34º | 1% | 0.51% | - |
| HSV(B) | 325.34º | 0.98% | 1% | - |
| XYZ | 46.71 | 23.52 | 30.51 | - |
| YUV | 95.58 | 158.16 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 149 | 0 | 0.98 | 0.42 | 0 | 325.34 | 1 | 0.51 |
| Hex | FF | 4 | 95 | 0 | 62 | 2A | 0 | 145 | 64 | 33 |
| Octal | 377 | 4 | 225 | 0 | 142 | 52 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 100 | 10010101 | 0 | 1100010 | 101010 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0495
Complementary color
Monochromatic Colors of #FF0495
Black with #FF0495
Text Example
Text Example
White with #FF0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0495; }
p { color: rgb(255,4,149); }
H1.HeaderClassName
{
color: #FF0495;
}
.AnyTagClassName
{
color: #FF0495;
}
</style>
background-color css
<style>
a { background-color: #FF0495; }
a { background-color: rgb(255,4,149); }
div.DivClassName
{
background-color: #FF0495;
}
.BgClassName
{
background-color: #FF0495;
}
</style>
border-color css
<style>
span { border-color: #FF0495; }
span { border-color: rgb(255,4,149); }
td.TdClassName
{
border-color: #FF0495;
}
.TagClassName
{
border-color: #FF0495;
}
</style>