Shades of Violet Red #F23A7B
Tints of Violet Red #F23A7B
RGB
CMYK
RGB Variations
Color information
#F23A7B (or 0xF23A7B) is known color: Violet Red. HEX triplet: F2, 3A and 7B. RGB value is (242,58,123). Sum of RGB (Red+Green+Blue) = 242+58+123=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A7B is #0DC584. Grayscale: #787878. Windows color (decimal): -902533 or 8076018. OLE color: 8076018.
HSL color Cylindrical-coordinate representation of color #F23A7B: hue angle of 338.8º 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 #F23A7B is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 123 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.8º | 0.88% | 0.59% | - |
| HSV(B) | 338.8º | 0.76% | 0.95% | - |
| XYZ | 41.71 | 23.33 | 21.04 | - |
| YUV | 120.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 123 | 0 | 0.76 | 0.49 | 0.05 | 338.8 | 0.88 | 0.59 |
| Hex | F2 | 3A | 7B | 0 | 4C | 31 | 5 | 153 | 58 | 3B |
| Octal | 362 | 72 | 173 | 0 | 114 | 61 | 5 | 523 | 130 | 73 |
| Binary | 11110010 | 111010 | 1111011 | 0 | 1001100 | 110001 | 101 | 101010011 | 1011000 | 111011 |
Color Harmonies of #F23A7B
Complementary color
Monochromatic Colors of #F23A7B
Black with #F23A7B
Text Example
Text Example
White with #F23A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A7B; }
p { color: rgb(242,58,123); }
H1.HeaderClassName
{
color: #F23A7B;
}
.AnyTagClassName
{
color: #F23A7B;
}
</style>
background-color css
<style>
a { background-color: #F23A7B; }
a { background-color: rgb(242,58,123); }
div.DivClassName
{
background-color: #F23A7B;
}
.BgClassName
{
background-color: #F23A7B;
}
</style>
border-color css
<style>
span { border-color: #F23A7B; }
span { border-color: rgb(242,58,123); }
td.TdClassName
{
border-color: #F23A7B;
}
.TagClassName
{
border-color: #F23A7B;
}
</style>