Shades of Deep Pink #FF237B
Tints of Deep Pink #FF237B
RGB
CMYK
RGB Variations
Color information
#FF237B (or 0xFF237B) is known color: Deep Pink. HEX triplet: FF, 23 and 7B. RGB value is (255,35,123). Sum of RGB (Red+Green+Blue) = 255+35+123=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF237B is #00DC84. Grayscale: #6E6E6E. Windows color (decimal): -56453 or 8070143. OLE color: 8070143.
HSL color Cylindrical-coordinate representation of color #FF237B: hue angle of 336º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF237B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.52 | 0 |
| HSL | 336º | 1% | 0.57% | - |
| HSV(B) | 336º | 0.86% | 1% | - |
| XYZ | 45.42 | 23.89 | 20.96 | - |
| YUV | 110.81 | 134.89 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 123 | 0 | 0.86 | 0.52 | 0 | 336 | 1 | 0.57 |
| Hex | FF | 23 | 7B | 0 | 56 | 34 | 0 | 150 | 64 | 39 |
| Octal | 377 | 43 | 173 | 0 | 126 | 64 | 0 | 520 | 144 | 71 |
| Binary | 11111111 | 100011 | 1111011 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100100 | 111001 |
Color Harmonies of #FF237B
Complementary color
Monochromatic Colors of #FF237B
Black with #FF237B
Text Example
Text Example
White with #FF237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF237B; }
p { color: rgb(255,35,123); }
H1.HeaderClassName
{
color: #FF237B;
}
.AnyTagClassName
{
color: #FF237B;
}
</style>
background-color css
<style>
a { background-color: #FF237B; }
a { background-color: rgb(255,35,123); }
div.DivClassName
{
background-color: #FF237B;
}
.BgClassName
{
background-color: #FF237B;
}
</style>
border-color css
<style>
span { border-color: #FF237B; }
span { border-color: rgb(255,35,123); }
td.TdClassName
{
border-color: #FF237B;
}
.TagClassName
{
border-color: #FF237B;
}
</style>