Shades of Razzmatazz #F3145D
Tints of Razzmatazz #F3145D
RGB
CMYK
RGB Variations
Color information
#F3145D (or 0xF3145D) is known color: Razzmatazz. HEX triplet: F3, 14 and 5D. RGB value is (243,20,93). Sum of RGB (Red+Green+Blue) = 243+20+93=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3145D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3145D is #0CEBA2. Grayscale: #5E5E5E. Windows color (decimal): -846755 or 6100211. OLE color: 6100211.
HSL color Cylindrical-coordinate representation of color #F3145D: hue angle of 340.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3145D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 93 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.05 |
| HSL | 340.36º | 0.9% | 0.52% | - |
| HSV(B) | 340.36º | 0.92% | 0.95% | - |
| XYZ | 39.19 | 20.35 | 12.22 | - |
| YUV | 95 | 126.88 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 93 | 0 | 0.92 | 0.62 | 0.05 | 340.36 | 0.9 | 0.52 |
| Hex | F3 | 14 | 5D | 0 | 5C | 3E | 5 | 154 | 5A | 34 |
| Octal | 363 | 24 | 135 | 0 | 134 | 76 | 5 | 524 | 132 | 64 |
| Binary | 11110011 | 10100 | 1011101 | 0 | 1011100 | 111110 | 101 | 101010100 | 1011010 | 110100 |
Color Harmonies of #F3145D
Complementary color
Monochromatic Colors of #F3145D
Black with #F3145D
Text Example
Text Example
White with #F3145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3145D; }
p { color: rgb(243,20,93); }
H1.HeaderClassName
{
color: #F3145D;
}
.AnyTagClassName
{
color: #F3145D;
}
</style>
background-color css
<style>
a { background-color: #F3145D; }
a { background-color: rgb(243,20,93); }
div.DivClassName
{
background-color: #F3145D;
}
.BgClassName
{
background-color: #F3145D;
}
</style>
border-color css
<style>
span { border-color: #F3145D; }
span { border-color: rgb(243,20,93); }
td.TdClassName
{
border-color: #F3145D;
}
.TagClassName
{
border-color: #F3145D;
}
</style>