Shades of Razzmatazz #F30669
Tints of Razzmatazz #F30669
RGB
CMYK
RGB Variations
Color information
#F30669 (or 0xF30669) is known color: Razzmatazz. HEX triplet: F3, 06 and 69. RGB value is (243,6,105). Sum of RGB (Red+Green+Blue) = 243+6+105=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F30669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30669 is #0CF996. Grayscale: #575757. Windows color (decimal): -850327 or 6883059. OLE color: 6883059.
HSL color Cylindrical-coordinate representation of color #F30669: hue angle of 334.94º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30669 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 105 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.05 |
| HSL | 334.94º | 0.95% | 0.49% | - |
| HSV(B) | 334.94º | 0.98% | 0.95% | - |
| XYZ | 39.58 | 20.2 | 15.18 | - |
| YUV | 88.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 105 | 0 | 0.98 | 0.57 | 0.05 | 334.94 | 0.95 | 0.49 |
| Hex | F3 | 6 | 69 | 0 | 62 | 39 | 5 | 14F | 5F | 31 |
| Octal | 363 | 6 | 151 | 0 | 142 | 71 | 5 | 517 | 137 | 61 |
| Binary | 11110011 | 110 | 1101001 | 0 | 1100010 | 111001 | 101 | 101001111 | 1011111 | 110001 |
Color Harmonies of #F30669
Complementary color
Monochromatic Colors of #F30669
Black with #F30669
Text Example
Text Example
White with #F30669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30669; }
p { color: rgb(243,6,105); }
H1.HeaderClassName
{
color: #F30669;
}
.AnyTagClassName
{
color: #F30669;
}
</style>
background-color css
<style>
a { background-color: #F30669; }
a { background-color: rgb(243,6,105); }
div.DivClassName
{
background-color: #F30669;
}
.BgClassName
{
background-color: #F30669;
}
</style>
border-color css
<style>
span { border-color: #F30669; }
span { border-color: rgb(243,6,105); }
td.TdClassName
{
border-color: #F30669;
}
.TagClassName
{
border-color: #F30669;
}
</style>