Shades of Razzmatazz #F10669
Tints of Razzmatazz #F10669
RGB
CMYK
RGB Variations
Color information
#F10669 (or 0xF10669) is known color: Razzmatazz. HEX triplet: F1, 06 and 69. RGB value is (241,6,105). Sum of RGB (Red+Green+Blue) = 241+6+105=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F10669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10669 is #0EF996. Grayscale: #575757. Windows color (decimal): -981399 or 6883057. OLE color: 6883057.
HSL color Cylindrical-coordinate representation of color #F10669: hue angle of 334.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10669 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 105 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.05 |
| HSL | 334.72º | 0.95% | 0.48% | - |
| HSV(B) | 334.72º | 0.98% | 0.95% | - |
| XYZ | 38.89 | 19.85 | 15.15 | - |
| YUV | 87.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 105 | 0 | 0.98 | 0.56 | 0.05 | 334.72 | 0.95 | 0.48 |
| Hex | F1 | 6 | 69 | 0 | 62 | 38 | 5 | 14F | 5F | 30 |
| Octal | 361 | 6 | 151 | 0 | 142 | 70 | 5 | 517 | 137 | 60 |
| Binary | 11110001 | 110 | 1101001 | 0 | 1100010 | 111000 | 101 | 101001111 | 1011111 | 110000 |
Color Harmonies of #F10669
Complementary color
Monochromatic Colors of #F10669
Black with #F10669
Text Example
Text Example
White with #F10669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10669; }
p { color: rgb(241,6,105); }
H1.HeaderClassName
{
color: #F10669;
}
.AnyTagClassName
{
color: #F10669;
}
</style>
background-color css
<style>
a { background-color: #F10669; }
a { background-color: rgb(241,6,105); }
div.DivClassName
{
background-color: #F10669;
}
.BgClassName
{
background-color: #F10669;
}
</style>
border-color css
<style>
span { border-color: #F10669; }
span { border-color: rgb(241,6,105); }
td.TdClassName
{
border-color: #F10669;
}
.TagClassName
{
border-color: #F10669;
}
</style>