Shades of Violet Red #F23285
Tints of Violet Red #F23285
RGB
CMYK
RGB Variations
Color information
#F23285 (or 0xF23285) is known color: Violet Red. HEX triplet: F2, 32 and 85. RGB value is (242,50,133). Sum of RGB (Red+Green+Blue) = 242+50+133=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F23285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23285 is #0DCD7A. Grayscale: #747474. Windows color (decimal): -904571 or 8729330. OLE color: 8729330.
HSL color Cylindrical-coordinate representation of color #F23285: hue angle of 334.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23285 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 133 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.05 |
| HSL | 334.06º | 0.88% | 0.57% | - |
| HSV(B) | 334.06º | 0.79% | 0.95% | - |
| XYZ | 41.99 | 22.85 | 24.39 | - |
| YUV | 116.87 | 137.11 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 133 | 0 | 0.79 | 0.45 | 0.05 | 334.06 | 0.88 | 0.57 |
| Hex | F2 | 32 | 85 | 0 | 4F | 2D | 5 | 14E | 58 | 39 |
| Octal | 362 | 62 | 205 | 0 | 117 | 55 | 5 | 516 | 130 | 71 |
| Binary | 11110010 | 110010 | 10000101 | 0 | 1001111 | 101101 | 101 | 101001110 | 1011000 | 111001 |
Color Harmonies of #F23285
Complementary color
Monochromatic Colors of #F23285
Black with #F23285
Text Example
Text Example
White with #F23285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23285; }
p { color: rgb(242,50,133); }
H1.HeaderClassName
{
color: #F23285;
}
.AnyTagClassName
{
color: #F23285;
}
</style>
background-color css
<style>
a { background-color: #F23285; }
a { background-color: rgb(242,50,133); }
div.DivClassName
{
background-color: #F23285;
}
.BgClassName
{
background-color: #F23285;
}
</style>
border-color css
<style>
span { border-color: #F23285; }
span { border-color: rgb(242,50,133); }
td.TdClassName
{
border-color: #F23285;
}
.TagClassName
{
border-color: #F23285;
}
</style>