Shades of Razzmatazz #F30A69
Tints of Razzmatazz #F30A69
RGB
CMYK
RGB Variations
Color information
#F30A69 (or 0xF30A69) is known color: Razzmatazz. HEX triplet: F3, 0A and 69. RGB value is (243,10,105). Sum of RGB (Red+Green+Blue) = 243+10+105=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30A69 is #0CF596. Grayscale: #5A5A5A. Windows color (decimal): -849303 or 6884083. OLE color: 6884083.
HSL color Cylindrical-coordinate representation of color #F30A69: hue angle of 335.54º 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 #F30A69 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 105 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.05 |
| HSL | 335.54º | 0.92% | 0.5% | - |
| HSV(B) | 335.54º | 0.96% | 0.95% | - |
| XYZ | 39.62 | 20.29 | 15.19 | - |
| YUV | 90.5 | 136.19 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 105 | 0 | 0.96 | 0.57 | 0.05 | 335.54 | 0.92 | 0.5 |
| Hex | F3 | A | 69 | 0 | 60 | 39 | 5 | 150 | 5C | 32 |
| Octal | 363 | 12 | 151 | 0 | 140 | 71 | 5 | 520 | 134 | 62 |
| Binary | 11110011 | 1010 | 1101001 | 0 | 1100000 | 111001 | 101 | 101010000 | 1011100 | 110010 |
Color Harmonies of #F30A69
Complementary color
Monochromatic Colors of #F30A69
Black with #F30A69
Text Example
Text Example
White with #F30A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A69; }
p { color: rgb(243,10,105); }
H1.HeaderClassName
{
color: #F30A69;
}
.AnyTagClassName
{
color: #F30A69;
}
</style>
background-color css
<style>
a { background-color: #F30A69; }
a { background-color: rgb(243,10,105); }
div.DivClassName
{
background-color: #F30A69;
}
.BgClassName
{
background-color: #F30A69;
}
</style>
border-color css
<style>
span { border-color: #F30A69; }
span { border-color: rgb(243,10,105); }
td.TdClassName
{
border-color: #F30A69;
}
.TagClassName
{
border-color: #F30A69;
}
</style>