Shades of Razzmatazz #F30C69
Tints of Razzmatazz #F30C69
RGB
CMYK
RGB Variations
Color information
#F30C69 (or 0xF30C69) is known color: Razzmatazz. HEX triplet: F3, 0C and 69. RGB value is (243,12,105). Sum of RGB (Red+Green+Blue) = 243+12+105=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30C69 is #0CF396. Grayscale: #5B5B5B. Windows color (decimal): -848791 or 6884595. OLE color: 6884595.
HSL color Cylindrical-coordinate representation of color #F30C69: hue angle of 335.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C69 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 105 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.05 |
| HSL | 335.84º | 0.91% | 0.5% | - |
| HSV(B) | 335.84º | 0.95% | 0.95% | - |
| XYZ | 39.64 | 20.34 | 15.2 | - |
| YUV | 91.67 | 135.53 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 105 | 0 | 0.95 | 0.57 | 0.05 | 335.84 | 0.91 | 0.5 |
| Hex | F3 | C | 69 | 0 | 5F | 39 | 5 | 150 | 5B | 32 |
| Octal | 363 | 14 | 151 | 0 | 137 | 71 | 5 | 520 | 133 | 62 |
| Binary | 11110011 | 1100 | 1101001 | 0 | 1011111 | 111001 | 101 | 101010000 | 1011011 | 110010 |
Color Harmonies of #F30C69
Complementary color
Monochromatic Colors of #F30C69
Black with #F30C69
Text Example
Text Example
White with #F30C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30C69; }
p { color: rgb(243,12,105); }
H1.HeaderClassName
{
color: #F30C69;
}
.AnyTagClassName
{
color: #F30C69;
}
</style>
background-color css
<style>
a { background-color: #F30C69; }
a { background-color: rgb(243,12,105); }
div.DivClassName
{
background-color: #F30C69;
}
.BgClassName
{
background-color: #F30C69;
}
</style>
border-color css
<style>
span { border-color: #F30C69; }
span { border-color: rgb(243,12,105); }
td.TdClassName
{
border-color: #F30C69;
}
.TagClassName
{
border-color: #F30C69;
}
</style>