Shades of Razzmatazz #F30A6D
Tints of Razzmatazz #F30A6D
RGB
CMYK
RGB Variations
Color information
#F30A6D (or 0xF30A6D) is known color: Razzmatazz. HEX triplet: F3, 0A and 6D. RGB value is (243,10,109). Sum of RGB (Red+Green+Blue) = 243+10+109=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30A6D is #0CF592. Grayscale: #5A5A5A. Windows color (decimal): -849299 or 7146227. OLE color: 7146227.
HSL color Cylindrical-coordinate representation of color #F30A6D: hue angle of 334.51º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A6D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.05 |
| HSL | 334.51º | 0.92% | 0.5% | - |
| HSV(B) | 334.51º | 0.96% | 0.95% | - |
| XYZ | 39.83 | 20.38 | 16.3 | - |
| YUV | 90.95 | 138.19 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 109 | 0 | 0.96 | 0.55 | 0.05 | 334.51 | 0.92 | 0.5 |
| Hex | F3 | A | 6D | 0 | 60 | 37 | 5 | 14F | 5C | 32 |
| Octal | 363 | 12 | 155 | 0 | 140 | 67 | 5 | 517 | 134 | 62 |
| Binary | 11110011 | 1010 | 1101101 | 0 | 1100000 | 110111 | 101 | 101001111 | 1011100 | 110010 |
Color Harmonies of #F30A6D
Complementary color
Monochromatic Colors of #F30A6D
Black with #F30A6D
Text Example
Text Example
White with #F30A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A6D; }
p { color: rgb(243,10,109); }
H1.HeaderClassName
{
color: #F30A6D;
}
.AnyTagClassName
{
color: #F30A6D;
}
</style>
background-color css
<style>
a { background-color: #F30A6D; }
a { background-color: rgb(243,10,109); }
div.DivClassName
{
background-color: #F30A6D;
}
.BgClassName
{
background-color: #F30A6D;
}
</style>
border-color css
<style>
span { border-color: #F30A6D; }
span { border-color: rgb(243,10,109); }
td.TdClassName
{
border-color: #F30A6D;
}
.TagClassName
{
border-color: #F30A6D;
}
</style>