Shades of Deep Pink #FF257A
Tints of Deep Pink #FF257A
RGB
CMYK
RGB Variations
Color information
#FF257A (or 0xFF257A) is known color: Deep Pink. HEX triplet: FF, 25 and 7A. RGB value is (255,37,122). Sum of RGB (Red+Green+Blue) = 255+37+122=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF257A is #00DA85. Grayscale: #6F6F6F. Windows color (decimal): -55942 or 8005119. OLE color: 8005119.
HSL color Cylindrical-coordinate representation of color #FF257A: hue angle of 336.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF257A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0 |
| HSL | 336.61º | 1% | 0.57% | - |
| HSV(B) | 336.61º | 0.85% | 1% | - |
| XYZ | 45.41 | 23.99 | 20.65 | - |
| YUV | 111.87 | 133.72 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 122 | 0 | 0.85 | 0.52 | 0 | 336.61 | 1 | 0.57 |
| Hex | FF | 25 | 7A | 0 | 55 | 34 | 0 | 151 | 64 | 39 |
| Octal | 377 | 45 | 172 | 0 | 125 | 64 | 0 | 521 | 144 | 71 |
| Binary | 11111111 | 100101 | 1111010 | 0 | 1010101 | 110100 | 0 | 101010001 | 1100100 | 111001 |
Color Harmonies of #FF257A
Complementary color
Monochromatic Colors of #FF257A
Black with #FF257A
Text Example
Text Example
White with #FF257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF257A; }
p { color: rgb(255,37,122); }
H1.HeaderClassName
{
color: #FF257A;
}
.AnyTagClassName
{
color: #FF257A;
}
</style>
background-color css
<style>
a { background-color: #FF257A; }
a { background-color: rgb(255,37,122); }
div.DivClassName
{
background-color: #FF257A;
}
.BgClassName
{
background-color: #FF257A;
}
</style>
border-color css
<style>
span { border-color: #FF257A; }
span { border-color: rgb(255,37,122); }
td.TdClassName
{
border-color: #FF257A;
}
.TagClassName
{
border-color: #FF257A;
}
</style>