Shades of Deep Pink #FF238C
Tints of Deep Pink #FF238C
RGB
CMYK
RGB Variations
Color information
#FF238C (or 0xFF238C) is known color: Deep Pink. HEX triplet: FF, 23 and 8C. RGB value is (255,35,140). Sum of RGB (Red+Green+Blue) = 255+35+140=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF238C is #00DC73. Grayscale: #707070. Windows color (decimal): -56436 or 9184255. OLE color: 9184255.
HSL color Cylindrical-coordinate representation of color #FF238C: hue angle of 331.36º 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 #FF238C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 140 | - |
| CMYK | 0 | 0.86 | 0.45 | 0 |
| HSL | 331.36º | 1% | 0.57% | - |
| HSV(B) | 331.36º | 0.86% | 1% | - |
| XYZ | 46.57 | 24.36 | 27.06 | - |
| YUV | 112.75 | 143.39 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 140 | 0 | 0.86 | 0.45 | 0 | 331.36 | 1 | 0.57 |
| Hex | FF | 23 | 8C | 0 | 56 | 2D | 0 | 14B | 64 | 39 |
| Octal | 377 | 43 | 214 | 0 | 126 | 55 | 0 | 513 | 144 | 71 |
| Binary | 11111111 | 100011 | 10001100 | 0 | 1010110 | 101101 | 0 | 101001011 | 1100100 | 111001 |
Color Harmonies of #FF238C
Complementary color
Monochromatic Colors of #FF238C
Black with #FF238C
Text Example
Text Example
White with #FF238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF238C; }
p { color: rgb(255,35,140); }
H1.HeaderClassName
{
color: #FF238C;
}
.AnyTagClassName
{
color: #FF238C;
}
</style>
background-color css
<style>
a { background-color: #FF238C; }
a { background-color: rgb(255,35,140); }
div.DivClassName
{
background-color: #FF238C;
}
.BgClassName
{
background-color: #FF238C;
}
</style>
border-color css
<style>
span { border-color: #FF238C; }
span { border-color: rgb(255,35,140); }
td.TdClassName
{
border-color: #FF238C;
}
.TagClassName
{
border-color: #FF238C;
}
</style>