Shades of Deep Pink #FF257B
Tints of Deep Pink #FF257B
RGB
CMYK
RGB Variations
Color information
#FF257B (or 0xFF257B) is known color: Deep Pink. HEX triplet: FF, 25 and 7B. RGB value is (255,37,123). Sum of RGB (Red+Green+Blue) = 255+37+123=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF257B is #00DA84. Grayscale: #6F6F6F. Windows color (decimal): -55941 or 8070655. OLE color: 8070655.
HSL color Cylindrical-coordinate representation of color #FF257B: hue angle of 336.33º 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 #FF257B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.52 | 0 |
| HSL | 336.33º | 1% | 0.57% | - |
| HSV(B) | 336.33º | 0.85% | 1% | - |
| XYZ | 45.48 | 24.01 | 20.98 | - |
| YUV | 111.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 123 | 0 | 0.85 | 0.52 | 0 | 336.33 | 1 | 0.57 |
| Hex | FF | 25 | 7B | 0 | 55 | 34 | 0 | 150 | 64 | 39 |
| Octal | 377 | 45 | 173 | 0 | 125 | 64 | 0 | 520 | 144 | 71 |
| Binary | 11111111 | 100101 | 1111011 | 0 | 1010101 | 110100 | 0 | 101010000 | 1100100 | 111001 |
Color Harmonies of #FF257B
Complementary color
Monochromatic Colors of #FF257B
Black with #FF257B
Text Example
Text Example
White with #FF257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF257B; }
p { color: rgb(255,37,123); }
H1.HeaderClassName
{
color: #FF257B;
}
.AnyTagClassName
{
color: #FF257B;
}
</style>
background-color css
<style>
a { background-color: #FF257B; }
a { background-color: rgb(255,37,123); }
div.DivClassName
{
background-color: #FF257B;
}
.BgClassName
{
background-color: #FF257B;
}
</style>
border-color css
<style>
span { border-color: #FF257B; }
span { border-color: rgb(255,37,123); }
td.TdClassName
{
border-color: #FF257B;
}
.TagClassName
{
border-color: #FF257B;
}
</style>