Shades of Violet Red #F23B7D
Tints of Violet Red #F23B7D
RGB
CMYK
RGB Variations
Color information
#F23B7D (or 0xF23B7D) is known color: Violet Red. HEX triplet: F2, 3B and 7D. RGB value is (242,59,125). Sum of RGB (Red+Green+Blue) = 242+59+125=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23B7D is #0DC482. Grayscale: #797979. Windows color (decimal): -902275 or 8207346. OLE color: 8207346.
HSL color Cylindrical-coordinate representation of color #F23B7D: hue angle of 338.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23B7D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 125 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.05 |
| HSL | 338.36º | 0.88% | 0.59% | - |
| HSV(B) | 338.36º | 0.76% | 0.95% | - |
| XYZ | 41.88 | 23.49 | 21.73 | - |
| YUV | 121.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 125 | 0 | 0.76 | 0.48 | 0.05 | 338.36 | 0.88 | 0.59 |
| Hex | F2 | 3B | 7D | 0 | 4C | 30 | 5 | 152 | 58 | 3B |
| Octal | 362 | 73 | 175 | 0 | 114 | 60 | 5 | 522 | 130 | 73 |
| Binary | 11110010 | 111011 | 1111101 | 0 | 1001100 | 110000 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F23B7D
Complementary color
Monochromatic Colors of #F23B7D
Black with #F23B7D
Text Example
Text Example
White with #F23B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B7D; }
p { color: rgb(242,59,125); }
H1.HeaderClassName
{
color: #F23B7D;
}
.AnyTagClassName
{
color: #F23B7D;
}
</style>
background-color css
<style>
a { background-color: #F23B7D; }
a { background-color: rgb(242,59,125); }
div.DivClassName
{
background-color: #F23B7D;
}
.BgClassName
{
background-color: #F23B7D;
}
</style>
border-color css
<style>
span { border-color: #F23B7D; }
span { border-color: rgb(242,59,125); }
td.TdClassName
{
border-color: #F23B7D;
}
.TagClassName
{
border-color: #F23B7D;
}
</style>