Shades of Deep Pink #FF237A
Tints of Deep Pink #FF237A
RGB
CMYK
RGB Variations
Color information
#FF237A (or 0xFF237A) is known color: Deep Pink. HEX triplet: FF, 23 and 7A. RGB value is (255,35,122). Sum of RGB (Red+Green+Blue) = 255+35+122=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF237A is #00DC85. Grayscale: #6E6E6E. Windows color (decimal): -56454 or 8004607. OLE color: 8004607.
HSL color Cylindrical-coordinate representation of color #FF237A: hue angle of 336.27º 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 #FF237A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 122 | - |
| CMYK | 0 | 0.86 | 0.52 | 0 |
| HSL | 336.27º | 1% | 0.57% | - |
| HSV(B) | 336.27º | 0.86% | 1% | - |
| XYZ | 45.35 | 23.87 | 20.63 | - |
| YUV | 110.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 122 | 0 | 0.86 | 0.52 | 0 | 336.27 | 1 | 0.57 |
| Hex | FF | 23 | 7A | 0 | 56 | 34 | 0 | 150 | 64 | 39 |
| Octal | 377 | 43 | 172 | 0 | 126 | 64 | 0 | 520 | 144 | 71 |
| Binary | 11111111 | 100011 | 1111010 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100100 | 111001 |
Color Harmonies of #FF237A
Complementary color
Monochromatic Colors of #FF237A
Black with #FF237A
Text Example
Text Example
White with #FF237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF237A; }
p { color: rgb(255,35,122); }
H1.HeaderClassName
{
color: #FF237A;
}
.AnyTagClassName
{
color: #FF237A;
}
</style>
background-color css
<style>
a { background-color: #FF237A; }
a { background-color: rgb(255,35,122); }
div.DivClassName
{
background-color: #FF237A;
}
.BgClassName
{
background-color: #FF237A;
}
</style>
border-color css
<style>
span { border-color: #FF237A; }
span { border-color: rgb(255,35,122); }
td.TdClassName
{
border-color: #FF237A;
}
.TagClassName
{
border-color: #FF237A;
}
</style>