Shades of Violet Red #F23D7B
Tints of Violet Red #F23D7B
RGB
CMYK
RGB Variations
Color information
#F23D7B (or 0xF23D7B) is known color: Violet Red. HEX triplet: F2, 3D and 7B. RGB value is (242,61,123). Sum of RGB (Red+Green+Blue) = 242+61+123=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23D7B is #0DC284. Grayscale: #7A7A7A. Windows color (decimal): -901765 or 8076786. OLE color: 8076786.
HSL color Cylindrical-coordinate representation of color #F23D7B: hue angle of 339.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23D7B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 123 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.05 |
| HSL | 339.45º | 0.87% | 0.59% | - |
| HSV(B) | 339.45º | 0.75% | 0.95% | - |
| XYZ | 41.86 | 23.64 | 21.1 | - |
| YUV | 122.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 123 | 0 | 0.75 | 0.49 | 0.05 | 339.45 | 0.87 | 0.59 |
| Hex | F2 | 3D | 7B | 0 | 4B | 31 | 5 | 153 | 57 | 3B |
| Octal | 362 | 75 | 173 | 0 | 113 | 61 | 5 | 523 | 127 | 73 |
| Binary | 11110010 | 111101 | 1111011 | 0 | 1001011 | 110001 | 101 | 101010011 | 1010111 | 111011 |
Color Harmonies of #F23D7B
Complementary color
Monochromatic Colors of #F23D7B
Black with #F23D7B
Text Example
Text Example
White with #F23D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D7B; }
p { color: rgb(242,61,123); }
H1.HeaderClassName
{
color: #F23D7B;
}
.AnyTagClassName
{
color: #F23D7B;
}
</style>
background-color css
<style>
a { background-color: #F23D7B; }
a { background-color: rgb(242,61,123); }
div.DivClassName
{
background-color: #F23D7B;
}
.BgClassName
{
background-color: #F23D7B;
}
</style>
border-color css
<style>
span { border-color: #F23D7B; }
span { border-color: rgb(242,61,123); }
td.TdClassName
{
border-color: #F23D7B;
}
.TagClassName
{
border-color: #F23D7B;
}
</style>